bb19a587 by 杨威

修改表单和表格公共样式

1 parent bde537c7
...@@ -9,8 +9,4 @@ ...@@ -9,8 +9,4 @@
9 } 9 }
10 .dialog_footer{ 10 .dialog_footer{
11 @flex-center() 11 @flex-center()
12 }
13 .el-form-item{
14 @flex();
15 width: 100%;
16 } 12 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -43,12 +43,24 @@ ...@@ -43,12 +43,24 @@
43 } 43 }
44 44
45 // form 45 // form
46 .el-form-item__content{ 46 // .el-form-item__content{
47 margin-left: 0!important; 47 // margin-left: 0!important;
48 // }
49 .el-form-item{
50 margin-bottom: 10px;
51 margin-right: 18px;
48 } 52 }
49 .el-icon-full-screen{ 53 .el-icon-full-screen{
50 cursor: pointer; 54 cursor: pointer;
51 } 55 }
52 // .el-dialog__wrapper{ 56 // .el-dialog__wrapper{
53 // overflow: hidden!important; 57 // overflow: hidden!important;
54 // }
...\ No newline at end of file ...\ No newline at end of file
58 // }
59
60 //table样式
61 .el-table .even-row {
62 background: #f7f9fb;
63 }
64 .el-table th {
65 background-color: #f3f5fa;
66 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -4,4 +4,11 @@ ...@@ -4,4 +4,11 @@
4 } 4 }
5 .el-table .success-row { 5 .el-table .success-row {
6 background:@tablebg; 6 background:@tablebg;
7 }
8 .main{
9 width: 100%;
10 height: 100%;
11 }
12 .db{
13 display: block;
7 } 14 }
...\ No newline at end of file ...\ No newline at end of file
......