style:受理申请
Showing
13 changed files
with
17 additions
and
20 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-11-15 15:47:29 | 4 | * @LastEditTime: 2024-01-18 14:06:53 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -726,10 +726,6 @@ | ... | @@ -726,10 +726,6 @@ |
726 | width: 100%; | 726 | width: 100%; |
727 | } | 727 | } |
728 | 728 | ||
729 | /deep/.el-form-item { | ||
730 | margin-bottom: 8px; | ||
731 | } | ||
732 | |||
733 | .marginBot0 { | 729 | .marginBot0 { |
734 | margin-bottom: 0 !important; | 730 | margin-bottom: 0 !important; |
735 | } | 731 | } | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-12 09:40:17 | 4 | * @LastEditTime: 2024-01-18 14:13:02 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -12,8 +12,6 @@ | ... | @@ -12,8 +12,6 @@ |
12 | :key="key" | 12 | :key="key" |
13 | :header-cell-style="{ 'text-align': 'center' }" | 13 | :header-cell-style="{ 'text-align': 'center' }" |
14 | :heightNumSetting="true" | 14 | :heightNumSetting="true" |
15 | :minHeight="150" | ||
16 | height="150" | ||
17 | style="width: 100%"> | 15 | style="width: 100%"> |
18 | <el-table-column prop="index" width="50" :render-header="renderHeader"> | 16 | <el-table-column prop="index" width="50" :render-header="renderHeader"> |
19 | <template slot-scope="scope"> | 17 | <template slot-scope="scope"> |
... | @@ -302,4 +300,7 @@ | ... | @@ -302,4 +300,7 @@ |
302 | /deep/ .el-table--border .el-table__cell:first-child .cell { | 300 | /deep/ .el-table--border .el-table__cell:first-child .cell { |
303 | text-align: center; | 301 | text-align: center; |
304 | } | 302 | } |
303 | /deep/.el-table--small .el-table__cell { | ||
304 | padding: 3px 0 !important; | ||
305 | } | ||
305 | </style> | 306 | </style> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-11-15 15:46:54 | 4 | * @LastEditTime: 2024-01-18 14:12:11 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -542,7 +542,7 @@ | ... | @@ -542,7 +542,7 @@ |
542 | } | 542 | } |
543 | 543 | ||
544 | /deep/.el-form-item { | 544 | /deep/.el-form-item { |
545 | margin-bottom: 8px; | 545 | margin-bottom: 3px; |
546 | } | 546 | } |
547 | 547 | ||
548 | .marginBot0 { | 548 | .marginBot0 { | ... | ... |
... | @@ -233,7 +233,7 @@ | ... | @@ -233,7 +233,7 @@ |
233 | </script> | 233 | </script> |
234 | <style scoped lang='scss'> | 234 | <style scoped lang='scss'> |
235 | /deep/.el-form-item { | 235 | /deep/.el-form-item { |
236 | margin-bottom: 8px; | 236 | margin-bottom: 3px; |
237 | } | 237 | } |
238 | .title { | 238 | .title { |
239 | padding-left: 10px; | 239 | padding-left: 10px; | ... | ... |
-
Please register or sign in to post a comment