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" >