From 258b5f9d6b77834c7ef8bf5041f8e69b28991d06 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 22 Jan 2024 11:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=88=97=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E8=BF=87=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Table/src/components/settings/ColumnSetting.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Table/src/components/settings/ColumnSetting.vue b/src/components/Table/src/components/settings/ColumnSetting.vue index 919d376..c9ccabc 100644 --- a/src/components/Table/src/components/settings/ColumnSetting.vue +++ b/src/components/Table/src/components/settings/ColumnSetting.vue @@ -508,8 +508,11 @@ } .ant-checkbox-group { - width: 100%; + // update-begin--author:liaozhiyang---date:20240118---for:【QQYUN-7887】表格列设置宽度过长 + // width: 100%; min-width: 260px; + max-width: min-content; + // update-end--author:liaozhiyang---date:20240118---for:【QQYUN-7887】表格列设置宽度过长 // flex-wrap: wrap; }