From 92dd433eee9482859a8ec617756568cfb3b32291 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Thu, 28 Aug 2025 17:33:10 +0800 Subject: [PATCH] =?UTF-8?q?feat/ui:=20=E4=BC=98=E5=8C=96=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=92=8C=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 components.d.ts 中未使用的 VanCheckbox 组件引用 - 在 Detail 页面添加常用审批意见标签功能 - 调整 List 页面样式,优化搜索栏设计- 更新 Login 页面布局和样式,移除不必要的元素 --- components.d.ts | 2 +- src/views/Detail/index.vue | 120 ++++++++++++++++++++++++++--- src/views/List/index.vue | 151 ++++++++++++++++++++++++------------- src/views/Login/index.vue | 62 +++++++-------- 4 files changed, 236 insertions(+), 99 deletions(-) diff --git a/components.d.ts b/components.d.ts index 9109a6f..0b5f4eb 100644 --- a/components.d.ts +++ b/components.d.ts @@ -11,7 +11,6 @@ declare module 'vue' { RouterView: typeof import('vue-router')['RouterView'] VanButton: typeof import('vant/es')['Button'] VanCellGroup: typeof import('vant/es')['CellGroup'] - VanCheckbox: typeof import('vant/es')['Checkbox'] VanEmpty: typeof import('vant/es')['Empty'] VanField: typeof import('vant/es')['Field'] VanForm: typeof import('vant/es')['Form'] @@ -26,5 +25,6 @@ declare module 'vue' { VanSteps: typeof import('vant/es')['Steps'] VanTab: typeof import('vant/es')['Tab'] VanTabs: typeof import('vant/es')['Tabs'] + VanTag: typeof import('vant/es')['Tag'] } } diff --git a/src/views/Detail/index.vue b/src/views/Detail/index.vue index f8d8e22..cfdc373 100644 --- a/src/views/Detail/index.vue +++ b/src/views/Detail/index.vue @@ -372,7 +372,7 @@ v-model:show="approvalDialogVisible" position="bottom" round - :style="{ height: '40%' }" + :style="{ height: '50%' }" >