feat(数据集): 数据集预览宽度调整

This commit is contained in:
dataeaseShu 2024-11-13 11:47:08 +08:00
parent cca8db734d
commit 3d8efba335

View File

@ -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"
>
<template #header>