﻿/*vue隐藏{{}}样式*/
[v-cloak] {
    display: none;
}


/*-----------------------上传控件--------------------------*/
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: auto;
}
.el-popup-parent--hidden {
    overflow: auto !important;
}
.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.avatar {
    width: 100px;
    height: 100px;
    display: block;
}


.el-upload-list--picture-card .el-upload-list__item {
    width: 100px !important;
    height: 100px !important;
}

.el-loading-parent--hidden {
    overflow: auto !important;
}
/*-----------------------上传控件结束--------------------------*/

.el-badge__content {
    /*background-color: #409EFF!important;*/
}

.el-radio__input {
    margin-top:-3px!important;
}

.el-radio--small.is-bordered
{
    padding-top:7px!important;
}

.el-submenu .el-menu-item
{
    min-width:inherit!important;
}