From c66d0dffdec3b2b5926504e11643e4f1ba242791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Thu, 13 Nov 2025 16:00:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=90=9C=E7=B4=A2=E8=A1=A8=E5=8D=95=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 统一所有搜索条件标签宽度为80px - 设置各输入框固定宽度,提升视觉一致性 --- web/src/views/transaction/invoice/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/views/transaction/invoice/index.vue b/web/src/views/transaction/invoice/index.vue index ddd602b..92330a9 100644 --- a/web/src/views/transaction/invoice/index.vue +++ b/web/src/views/transaction/invoice/index.vue @@ -344,26 +344,27 @@ const validateForm = { type="daterange" clearable placeholder="请选择提交时间" - style="width: 240px" + style="width: 280px" @update:value="$table?.handleSearch()" /> - + - + @@ -373,6 +374,7 @@ const validateForm = { clearable type="text" placeholder="请输入公司名称" + style="width: 200px" @keypress.enter="$table?.handleSearch()" /> @@ -382,6 +384,7 @@ const validateForm = { clearable type="text" placeholder="请输入公司税号" + style="width: 200px" @keypress.enter="$table?.handleSearch()" />