From 4951bed61014da319d7d9e350aa2c9d5e695517c Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 16 Jul 2024 16:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableFormCountPlan/src/TableFormCountPlan.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue index 40b628fb8..166a9b241 100644 --- a/src/components/TableFormCountPlan/src/TableFormCountPlan.vue +++ b/src/components/TableFormCountPlan/src/TableFormCountPlan.vue @@ -71,7 +71,7 @@ v-model="row.value" :placeholder="tableFields[1].placeholder || '请输入' + tableFields[1].label" :disabled = "row.disabled || false" - style="flex: 1" + style="flex: 1;width: 0px;" />