123
Showing
1 changed file
with
6 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment