From 998de0f9a031339b019aa7a09e61e994664a8047 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 27 Jan 2026 00:32:03 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/certd-client/src/style/common.less | 11 +++- .../views/framework/home/dashboard/index.vue | 17 +++--- .../home/dashboard/statistic-card.vue | 56 +++++++++++++------ packages/ui/certd-client/vite.config.ts | 5 +- 4 files changed, 63 insertions(+), 26 deletions(-) diff --git a/packages/ui/certd-client/src/style/common.less b/packages/ui/certd-client/src/style/common.less index dc8304cf5..1b795412c 100644 --- a/packages/ui/certd-client/src/style/common.less +++ b/packages/ui/certd-client/src/style/common.less @@ -86,6 +86,11 @@ h6 { align-items: baseline; } +.flex-evenly { + display: flex; + justify-content: space-evenly; +} + .flex { display: flex; } @@ -312,7 +317,11 @@ h6 { } .fs-16 { - font-size: 16px; + font-size: 16px !important; +} + +.fs-28 { + font-size: 28px !important; } .w-50\% { diff --git a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue index 3efee185a..7247edb8e 100644 --- a/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue +++ b/packages/ui/certd-client/src/views/framework/home/dashboard/index.vue @@ -67,7 +67,7 @@
- +