From 491bcd8d1332083394c4237bc922b32b1c56b4db Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Mon, 22 Sep 2025 17:57:25 +0800 Subject: [PATCH 1/2] uptada style --- f/web-kboss/src/layout/components/Navbar.vue | 296 ++++++------ .../src/layout/components/Sidebar/index.vue | 103 ++-- f/web-kboss/src/main.js | 3 +- f/web-kboss/src/router/index.js | 4 +- f/web-kboss/src/styles/index.css | 22 + f/web-kboss/src/styles/variables.scss | 22 +- .../qualificationReview/apprvedInfo/index.vue | 38 +- .../noApproveInfo/index.vue | 2 +- .../views/customer/rechargeRecord/index.vue | 2 +- .../operation/consultingMangement/index.vue | 4 +- .../views/operation/menuMangement/index.vue | 56 +-- .../publicCostomerManagement/index.vue | 199 +++++--- .../operation/supplierManagement/index.vue | 160 +++++-- .../src/views/product/mainPage/index.vue | 442 ++++++++++-------- .../productHome/productIndex/index.vue | 222 ++++----- 15 files changed, 922 insertions(+), 653 deletions(-) create mode 100644 f/web-kboss/src/styles/index.css diff --git a/f/web-kboss/src/layout/components/Navbar.vue b/f/web-kboss/src/layout/components/Navbar.vue index 5bd0eb4..0329e03 100644 --- a/f/web-kboss/src/layout/components/Navbar.vue +++ b/f/web-kboss/src/layout/components/Navbar.vue @@ -1,39 +1,30 @@