bb19a587 by 杨威

修改表单和表格公共样式

1 parent bde537c7
......@@ -9,8 +9,4 @@
}
.dialog_footer{
@flex-center()
}
.el-form-item{
@flex();
width: 100%;
}
\ No newline at end of file
......
......@@ -43,12 +43,24 @@
}
// form
.el-form-item__content{
margin-left: 0!important;
// .el-form-item__content{
// margin-left: 0!important;
// }
.el-form-item{
margin-bottom: 10px;
margin-right: 18px;
}
.el-icon-full-screen{
cursor: pointer;
}
// .el-dialog__wrapper{
// overflow: hidden!important;
// }
\ No newline at end of file
// }
//table样式
.el-table .even-row {
background: #f7f9fb;
}
.el-table th {
background-color: #f3f5fa;
}
\ No newline at end of file
......
......@@ -4,4 +4,11 @@
}
.el-table .success-row {
background:@tablebg;
}
.main{
width: 100%;
height: 100%;
}
.db{
display: block;
}
\ No newline at end of file
......