From 027e6609db7319283bd081866fbdff20af182678 Mon Sep 17 00:00:00 2001 From: "lenovo008\\lenovo" Date: Fri, 26 Jul 2024 14:24:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(commission=E5=9B=A2=E9=98=9F=E9=A1=B5):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F=E5=92=8C=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 优化了团队页的样式,包括搜索框和排序项的布局,以提升用户体验。 - 移除了无用的注释和代码,提高了代码的可读性和维护性。 - 调整了团队人数和订单数量的显示逻辑,确保在没有数据时显示为0。 - 在用户页面添加了页面内顶部间距的样式,改善了页面的整体布局。 通过这些改动,我们旨在改善页面的用户界面和交互细节,同时简化代码结构,使之更易于管理和维护。 --- .../pages/commission/team.vue | 82 +++++-------------- yudao-mall-uniapp-master/pages/index/user.vue | 6 +- 2 files changed, 26 insertions(+), 62 deletions(-) diff --git a/yudao-mall-uniapp-master/pages/commission/team.vue b/yudao-mall-uniapp-master/pages/commission/team.vue index 2ca062b..1bf30b3 100644 --- a/yudao-mall-uniapp-master/pages/commission/team.vue +++ b/yudao-mall-uniapp-master/pages/commission/team.vue @@ -2,17 +2,18 @@