From 92bea99f4e288c5a7d22dfc6d9621ddb77740caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E4=B8=9C?= <1654135867@qq.com> Date: Sun, 10 Nov 2024 15:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=A0=8F=E5=8A=A0=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/expproject/admin/ExpprojectList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jeecgboot-vue3/src/views/expproject/admin/ExpprojectList.vue b/jeecgboot-vue3/src/views/expproject/admin/ExpprojectList.vue index 7189d1d..2371250 100644 --- a/jeecgboot-vue3/src/views/expproject/admin/ExpprojectList.vue +++ b/jeecgboot-vue3/src/views/expproject/admin/ExpprojectList.vue @@ -100,7 +100,7 @@ canResize:false, useSearchForm: false, actionColumn: { - width: 120, + width: 320, fixed:'right' }, beforeFetch: async (params) => { @@ -294,12 +294,12 @@ } - :deep(.ant-table-wrapper .ant-table-tbody >tr >td){ +/* :deep(.ant-table-wrapper .ant-table-tbody >tr >td){ height: 140px; } :deep(.jeecg-basic-table-action){ height: 140px; flex-wrap: wrap; justify-content: center; - } + }*/