From 1b27559a90417a6f608be0c61e88a6f9e3ea1b40 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 26 七月 2024 11:53:31 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary --- src/components/table1/table1.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/table1/table1.vue b/src/components/table1/table1.vue index a156e3b..c721d0f 100644 --- a/src/components/table1/table1.vue +++ b/src/components/table1/table1.vue @@ -6,6 +6,8 @@ v-for="column in columns" :key="column.prop" :label="column.label" + :width="column.width" + :show-overflow-tooltip="column.showOverflowTooltip" header-align="center" > <template slot-scope="scope" class="font-family"> -- Gitblit v1.9.1