.performances-wrap{
    background-color:white;
    min-height:500px;
    padding:10px 20px;
}
.performances-wrap .el-breadcrumb{
    flex:1;
}
.performances-wrap .el-breadcrumb__inner.is-link{
    font-weight:700;
    font-size:16px;
}

.performances-wrap .top-tools{
    display: flex;
    padding: 10px 0px;
}

.performances-wrap .el-table .el-table__cell{
    padding: 5px 0;
}

.performances-wrap .content-wrap .el-pagination{
    margin-top:10px;
    text-align:right;
}

.form-submit{
    padding: 10px 0;
    text-align: center;
}
.performances-form{
    display: flex;
    flex-direction:column;
}
.performances-form .form-submit .el-button{
    width: 100px;
}

.query-form .el-form--inline{
    display: flex;
}
.query-form .el-form--inline .el-form-item{
    flex: 1;
}
.query-form .el-form--inline .el-form-item__content{
    width: 60%;
}


.drawer-content{
    height:100%;
    flex-direction:column;
    display:flex;
    padding-right:20px;
    padding-left: 10px;
}
.drawer-content .el-form{
    flex:1;
}
.drawer-content .drawer-foot {
    text-align:center;
    padding: 50px;
}
.drawer-content .el-button {
    width: 100px;
}
.white-pre .cell{
    white-space: pre-line !important;
}
.nolink-title .el-breadcrumb__inner{
    font-weight: 700 !important;
}

