From 9c2a2ee6e6a6052155e8a2b21de9bd6d47f66390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 2 Sep 2026 11:12:32 +0800 Subject: [PATCH 1/6] =?UTF-8?q?style(region):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E9=A1=B5=E9=9D=A2=E6=90=9C=E7=B4=A2=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=B8=83=E5=B1=80=E4=B8=8E=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 section-card 组件包裹搜索表单,提升 UI 结构清晰度 - 调整表单项为弹性盒子布局,实现横向均匀分布 - 为选择器添加固定宽度,统一控件尺寸 - 将搜索按钮和清空按钮放置于表单内右侧,方便操作 - 添加局部样式,优化表单间距和按钮组间距 - 引入 section-card 组件并在 components 中注册 - 合并合同类别初始值为空,避免默认值误导用户 --- src/views/base/region.vue | 83 ++++++++++++++++---------- src/views/business/contract-manage.vue | 3 +- 2 files changed, 54 insertions(+), 32 deletions(-) diff --git a/src/views/base/region.vue b/src/views/base/region.vue index 480cc23..c748c8a 100644 --- a/src/views/base/region.vue +++ b/src/views/base/region.vue @@ -11,37 +11,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 - 清空 - - + + +
+ + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + 搜索 + 清空 + +
+
+
+ diff --git a/src/views/business/contract-manage.vue b/src/views/business/contract-manage.vue index d11064f..bad0b57 100644 --- a/src/views/business/contract-manage.vue +++ b/src/views/business/contract-manage.vue @@ -98,6 +98,7 @@ -