.school-detail{width:100%;height:100%}.school-detail .school-detail-head{width:100%;height:50px;display:flex;align-items:center;justify-content:space-between}.school-detail .school-detail-head p{flex:1;position:relative;margin:20px 0}.school-detail .school-detail-head p:after{content:"";position:absolute;height:100%;width:3px;height:22px;background:#409eff;left:-10px;top:0}.school-detail .table-content{height:calc(100% - 100px)}.school-detail .school-detail-footer{width:100%;height:50px;display:flex;align-items:center;justify-content:flex-end}.school-detail .dialog .dialog-content{width:100%;height:100%;padding:10px 0}.school-detail .dialog .dialog-content .number-text{color:#000;height:40px;line-height:40px}.school-detail .dialog .dialog-content .line{height:40px;display:flex;align-items:center}.school-detail .dialog .dialog-content .line .label{min-width:100px}.school-detail .dialog .dialog-content .line .el-select{flex:1}.school-detail .dialog .el-dialog__body{min-height:0}