高度宽度调整
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
11 | width: 100%; | 11 | width: 100%; |
12 | height: 100%; | 12 | height: 100%; |
13 | box-sizing: border-box; | 13 | box-sizing: border-box; |
14 | padding: 18px 18px 0!important; | 14 | padding: 10px 10px 0!important; |
15 | } | 15 | } |
16 | .pagination { | 16 | .pagination { |
17 | padding: 18px; | 17 | padding: 18px; | ... | ... |
... | @@ -544,7 +544,7 @@ export default { | ... | @@ -544,7 +544,7 @@ export default { |
544 | box-sizing: border-box; | 544 | box-sizing: border-box; |
545 | padding: 18px 0 4px 0; | 545 | padding: 18px 0 4px 0; |
546 | border: 1px solid #E6E6E6; | 546 | border: 1px solid #E6E6E6; |
547 | margin-bottom: 18px; | 547 | margin-bottom: 10px; |
548 | } | 548 | } |
549 | .el-button { | 549 | .el-button { |
550 | width: 100px; | 550 | width: 100px; | ... | ... |
-
Please register or sign in to post a comment