From 99326342bc746b88e8f834c0b55e09748e9f77f0 Mon Sep 17 00:00:00 2001 From: wangkang Date: Sun, 2 Oct 2022 06:12:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E6=8B=89=E6=A1=86=E6=96=87=E6=9C=AC=E8=B6=85?= =?UTF-8?q?=E9=95=BF=E6=98=BE=E7=A4=BA=E9=94=99=E4=B9=B1=20(#2242)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update index.less fix: 下拉框文本超长显示问题修改 * Update BasicTable.vue fix: 表格查询条件下拉框文本超长显示错乱 --- src/components/Table/src/BasicTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Table/src/BasicTable.vue b/src/components/Table/src/BasicTable.vue index 8b79620a..4ccc125a 100644 --- a/src/components/Table/src/BasicTable.vue +++ b/src/components/Table/src/BasicTable.vue @@ -375,6 +375,7 @@ padding: 16px; .ant-form { + width: 100%; padding: 12px 10px 6px; margin-bottom: 16px; background-color: @component-background;