From 9ad8e35305fc6aef934d0d1f80db505123d77a3e Mon Sep 17 00:00:00 2001 From: rd <> Date: Tue, 1 Jul 2025 17:28:18 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=B7=A5=E4=BD=9C=E5=8F=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 --- .../components/management/account/index.vue | 29 +++++++++++++++---- .../management/enterprise/index.vue | 26 +++++++++++++++-- .../components/management/person/index.vue | 28 +++++++++++++++--- src/views/components/workplace/index.vue | 18 ++++-------- .../components/workplace/modules/product.vue | 12 ++++---- 6 files changed, 84 insertions(+), 33 deletions(-) diff --git a/index.html b/index.html index 9a79907..1f23f8d 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,3 @@ -
diff --git a/src/views/components/management/account/index.vue b/src/views/components/management/account/index.vue index 0a4f038..b34f8b0 100644 --- a/src/views/components/management/account/index.vue +++ b/src/views/components/management/account/index.vue @@ -1,16 +1,20 @@ -{{ props.product.desc }}
@@ -118,7 +118,7 @@ const gotoModule = (menuId: number) => { width: 304px; height: 220px; border-radius: 8px; - border: 1px solid rgba(230, 230, 232, 1); + border: 1px solid var(--BG-300, #e6e6e8); padding: 20px; .avatar { @@ -185,11 +185,12 @@ const gotoModule = (menuId: number) => { } } - .body { + .product-info { height: 88px; margin-top: 12px; .title { + color: var(--Text-1, #211f24); font-family: 'PuHuiTi-Medium'; font-weight: 400; font-size: 16px; @@ -199,6 +200,7 @@ const gotoModule = (menuId: number) => { } .desc { + color: var(--Text-3, #737478); font-family: 'PuHuiTi-Medium'; font-weight: 400; font-size: 12px; @@ -208,7 +210,7 @@ const gotoModule = (menuId: number) => { } .footer { - padding-top: 16px; + margin-top: 16px; .primary-button { height: 24px;