bb19a587 by 杨威

修改表单和表格公共样式

1 parent bde537c7
...@@ -10,7 +10,3 @@ ...@@ -10,7 +10,3 @@
10 .dialog_footer{ 10 .dialog_footer{
11 @flex-center() 11 @flex-center()
12 } 12 }
...\ No newline at end of file ...\ No newline at end of file
13 .el-form-item{
14 @flex();
15 width: 100%;
16 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -43,8 +43,12 @@ ...@@ -43,8 +43,12 @@
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;
...@@ -52,3 +56,11 @@ ...@@ -52,3 +56,11 @@
52 // .el-dialog__wrapper{ 56 // .el-dialog__wrapper{
53 // overflow: hidden!important; 57 // overflow: hidden!important;
54 // } 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
......
...@@ -5,3 +5,10 @@ ...@@ -5,3 +5,10 @@
5 .el-table .success-row { 5 .el-table .success-row {
6 background:@tablebg; 6 background:@tablebg;
7 } 7 }
8 .main{
9 width: 100%;
10 height: 100%;
11 }
12 .db{
13 display: block;
14 }
...\ No newline at end of file ...\ No newline at end of file
......