From edde2a3ea44ab5e9dfe6a69bbf933259c0e105c8 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 28 Sep 2023 13:00:52 +0800 Subject: [PATCH] fix:立行立改 --- src/views/toCarryOutLegislativeReforms/delay/index.vue | 42 ++++++++++++++++++++++++++++++------------ 1 files changed, 30 insertions(+), 12 deletions(-) diff --git a/src/views/toCarryOutLegislativeReforms/delay/index.vue b/src/views/toCarryOutLegislativeReforms/delay/index.vue index 20c511f..708d539 100644 --- a/src/views/toCarryOutLegislativeReforms/delay/index.vue +++ b/src/views/toCarryOutLegislativeReforms/delay/index.vue @@ -6,7 +6,7 @@ <el-table :data="tableData" border - max-height=" 400px" + max-height="680" style="width: 100%" :header-cell-style="{ color: '#101111', fontSize: '16px' @@ -89,7 +89,7 @@ prop="address" label="���������������������" > - <template slot="header" slot-scope="scope"> + <template slot="header"> <p>������������</p> <p>���������</p> </template> @@ -102,7 +102,7 @@ <el-table-column align="center" > - <template slot="header" slot-scope="scope"> + <template slot="header"> <p>���������</p> <p>������������</p> </template> @@ -142,7 +142,7 @@ <script> import workOrderInformation from '@/views/toCarryOutLegislativeReforms/components/workOrderInformation' -import searchBar from '@/views/toCarryOutLegislativeReforms/components/queryForm' +import searchBar from '@/views/toCarryOutLegislativeReforms/delay/componets/queryForm' export default { components: { searchBar, @@ -280,18 +280,36 @@ <style scoped lang="scss"> .main{ padding: 20px; + padding-top: 0px; + height: 100%; + overflow: overlay; } .tab { - margin-top: 10px; + margin-top: 0px; + /deep/ .el-tag{ + font-size: 16px; + } } -/deep/ .el-table__body-wrapper { - overflow: scroll; - position: relative; - overflow-x: hidden; - max-height: 400px; -} +// /deep/ .el-table__body-wrapper { +// overflow: scroll; +// position: relative; +// overflow-x: hidden; +// max-height: 400px; +// } .pagina{ margin-top: 10px; - text-align: right; +} +/deep/ .el-table__row{ + font-size: 18px; +} +.el-pagination { + padding: 0; + .el-select{ + /deep/.el-input{ + margin:0; + } + } + } </style> + -- Gitblit v1.8.0