57e2061b by jiaozeping@pashanhoo.com

123

1 parent 996628ca
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 7
8 &-header { 8 &-header {
9 width: 100%; 9 width: 100%;
10 padding: 20px 20px 0 20px; 10 padding: 15px 15px 0 15px;
11 box-sizing: border-box; 11 box-sizing: border-box;
12 background: #FFFFFF; 12 background: #FFFFFF;
13 border-radius: 2px; 13 border-radius: 2px;
...@@ -32,6 +32,11 @@ ...@@ -32,6 +32,11 @@
32 width: auto; 32 width: auto;
33 } 33 }
34 } 34 }
35
36 .el-form-item--small.el-form-item{
37 margin-bottom: 15px;
38
39 }
35 } 40 }
36 //*****end*通用表单查询条件,列表样式******// 41 //*****end*通用表单查询条件,列表样式******//
37 42
......