From 5d8a009935a779496316f1483a62025cdce8d4c2 Mon Sep 17 00:00:00 2001 From: yml Date: Mon, 25 May 2026 09:20:18 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E4=B8=8E=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=95=8C=E9=9D=A2=20UI=EF=BC=8C=E9=87=87=E7=94=A8?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E7=99=BD=E7=81=B0=E8=89=B2=E8=B0=83=E5=B9=B6?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=AA=81=E5=85=80=E8=89=B2=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components.d.ts | 2 + .../src/views/mobile/MobileOrdersView.vue | 331 ++++++----- .../src/views/mobile/MobileProfileView.vue | 552 ++++++++++++++---- 3 files changed, 644 insertions(+), 241 deletions(-) diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 9e4c94c..7380d7f 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -52,6 +52,8 @@ declare module 'vue' { VanStepper: typeof import('vant/es')['Stepper'] VanSwipe: typeof import('vant/es')['Swipe'] VanSwipeItem: typeof import('vant/es')['SwipeItem'] + VanTab: typeof import('vant/es')['Tab'] + VanTabs: typeof import('vant/es')['Tabs'] VanTag: typeof import('vant/es')['Tag'] } export interface GlobalDirectives { diff --git a/frontend/src/views/mobile/MobileOrdersView.vue b/frontend/src/views/mobile/MobileOrdersView.vue index e943499..7a4ccc5 100644 --- a/frontend/src/views/mobile/MobileOrdersView.vue +++ b/frontend/src/views/mobile/MobileOrdersView.vue @@ -1,6 +1,6 @@