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 >