From 64b432916af9c9218ab3f3eca614e26c542142ae Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 07 十一月 2023 15:47:13 +0800 Subject: [PATCH] bug --- web_standard/src/layouts/TableLayout.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/web_standard/src/layouts/TableLayout.vue b/web_standard/src/layouts/TableLayout.vue index 898f162..125231c 100644 --- a/web_standard/src/layouts/TableLayout.vue +++ b/web_standard/src/layouts/TableLayout.vue @@ -133,8 +133,13 @@ line-height: 20px; display: flex; align-items: center; + width: 100%; + // justify-content: center; } } + ::v-deep .el-table--small td { + padding: 0 !important; + } // 澶嶉�夋鍒� .el-table-column--selection { .cell { -- Gitblit v1.9.3