From 3d8efba3353634a1dcce79f5ccaf08853b6f744c Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 13 Nov 2024 11:47:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E9=A2=84=E8=A7=88=E5=AE=BD=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/visualized/data/dataset/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/visualized/data/dataset/index.vue b/core/core-frontend/src/views/visualized/data/dataset/index.vue index 1c8178f604..c5fd6871ee 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/index.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/index.vue @@ -1039,7 +1039,7 @@ const getMenuList = (val: boolean) => { v-for="(column, index) in columns" :prop="column.dataKey" :label="column.title" - :width="columns.length - 1 === index ? 150 : 'auto'" + :min-width="150" :fixed="columns.length - 1 === index ? 'right' : false" >