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;