自然幢表单样式修改
Showing
4 changed files
with
24 additions
and
25 deletions
... | @@ -44,24 +44,24 @@ export default { | ... | @@ -44,24 +44,24 @@ export default { |
44 | }; | 44 | }; |
45 | </script> | 45 | </script> |
46 | <style scoped lang="less"> | 46 | <style scoped lang="less"> |
47 | .content_box{ | 47 | // .content_box{ |
48 | box-sizing: border-box; | 48 | // box-sizing: border-box; |
49 | padding: 0 20px; | 49 | // padding: 0 20px; |
50 | .el-tabs{ | 50 | // .el-tabs{ |
51 | width: 100%; | 51 | // width: 100%; |
52 | height: 100%; | 52 | // height: 100%; |
53 | display: flex; | 53 | // display: flex; |
54 | flex-direction: column; | 54 | // flex-direction: column; |
55 | } | 55 | // } |
56 | /deep/.el-tabs__content{ | 56 | // /deep/.el-tabs__content{ |
57 | width: 100%; | 57 | // width: 100%; |
58 | height: 100%; | 58 | // height: 100%; |
59 | flex:1; | 59 | // flex:1; |
60 | position: unset; | 60 | // position: unset; |
61 | } | 61 | // } |
62 | .el-tab-pane{ | 62 | // .el-tab-pane{ |
63 | width: 100%; | 63 | // width: 100%; |
64 | height: 100%; | 64 | // height: 100%; |
65 | } | 65 | // } |
66 | } | 66 | // } |
67 | </style> | 67 | </style> | ... | ... |
... | @@ -42,7 +42,8 @@ export default { | ... | @@ -42,7 +42,8 @@ export default { |
42 | .lpb{ | 42 | .lpb{ |
43 | width: 100%; | 43 | width: 100%; |
44 | height: 100%; | 44 | height: 100%; |
45 | background-color: #fff; | 45 | box-sizing: border-box; |
46 | padding: 0 18px !important; | ||
46 | /deep/.el-tabs__header{ | 47 | /deep/.el-tabs__header{ |
47 | margin-bottom: 0; | 48 | margin-bottom: 0; |
48 | } | 49 | } | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="zrz content-form" v-loading="loading"> | 2 | <div class="zrz content-form main" v-loading="loading"> |
3 | <el-form ref="form" :model="form" label-width="160px"> | 3 | <el-form ref="form" :model="form" label-width="160px"> |
4 | <Qlr ref="qlrxxModule" :bsm="bsm"></Qlr> | 4 | <Qlr ref="qlrxxModule" :bsm="bsm"></Qlr> |
5 | <table border="1" width="100%" cellspacing="0" cellpadding="0" class="zrzTable"> | 5 | <table border="1" width="100%" cellspacing="0" cellpadding="0" class="zrzTable"> |
... | @@ -528,8 +528,6 @@ | ... | @@ -528,8 +528,6 @@ |
528 | .zrz { | 528 | .zrz { |
529 | min-height: 200px; | 529 | min-height: 200px; |
530 | width: 100%; | 530 | width: 100%; |
531 | margin-top: 10px; | ||
532 | float: left; | ||
533 | 531 | ||
534 | /deep/.el-input__inner{ | 532 | /deep/.el-input__inner{ |
535 | width: 100%; | 533 | width: 100%; | ... | ... |
-
Please register or sign in to post a comment