From da3e4cc13dda9b992c1f7a797ff472da43dd38ac Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 8 Aug 2025 17:01:14 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=86=99=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/tableListPage/index.vue | 5 +++-- src/permission.ts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/DesignForm/tableListPage/index.vue b/src/components/DesignForm/tableListPage/index.vue index 0df0289..7a91c76 100644 --- a/src/components/DesignForm/tableListPage/index.vue +++ b/src/components/DesignForm/tableListPage/index.vue @@ -1644,10 +1644,10 @@ const readerColumnSun = (column: any) => { countLenght = countLenght + item.label.length * 15; } }); - // console.log("表头label长度-->", countLenght); + console.log("表头label长度-->", countLenght); return countLenght; } else { - return 100; + return 80; } }; @@ -1882,6 +1882,7 @@ const readerColumnSun = (column: any) => { :data="tableDataList" @selection-change="selectionChange" table-layout="fixed" + border >