From a0131b5ef8895b07bac97c74601cad11e291887a Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期三, 25 三月 2026 14:00:03 +0800
Subject: [PATCH] 销售看板

---
 src/views/reportAnalysis/salesStatistics/index.vue |   37 +++++++++++++++++++++++--------------
 1 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/src/views/reportAnalysis/salesStatistics/index.vue b/src/views/reportAnalysis/salesStatistics/index.vue
index c9412c1..2621a85 100644
--- a/src/views/reportAnalysis/salesStatistics/index.vue
+++ b/src/views/reportAnalysis/salesStatistics/index.vue
@@ -1530,15 +1530,15 @@
 
   .center-ring-title {
     position: absolute;
-    top: 116px;
+    top: 50%;
     left: 50%;
-    transform: translateX(-50%);
-    font-size: 50px;
-    line-height: 1.06;
+    transform: translate(-50%, -50%);
+    font-size: 36px;
+    line-height: 1.05;
     text-align: center;
     font-weight: 900;
     color: #EAF6FF;
-    text-shadow: 0 0 34px rgba(0, 164, 237, 0.6);
+    text-shadow: 0 0 22px rgba(0, 164, 237, 0.55);
     z-index: 2;
   }
 
@@ -1562,6 +1562,11 @@
     width: 155px;
     z-index: 3;
     text-align: center;
+    height: 120px;
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    align-items: center;
   }
 
   .center-metric::before {
@@ -1580,23 +1585,23 @@
   }
 
   .center-metric-label {
-    font-size: 16px;
+    font-size: 12px;
     font-weight: 500;
     color: rgba(234, 246, 255, 0.9);
-    margin-top: 4px;
+    margin-top: 0;
   }
 
   .center-metric-value {
-    font-size: 48px;
-    font-weight: 700;
+    font-size: 34px;
+    font-weight: 800;
     color: #EAF6FF;
     text-shadow: 0 0 8px rgba(0, 229, 255, 0.22);
-    line-height: 1.1;
+    line-height: 1.0;
   }
 
   .center-metric-unit {
-    margin-top: 2px;
-    font-size: 14px;
+    margin-top: 0;
+    font-size: 12px;
     color: rgba(208, 231, 255, 0.85);
   }
 
@@ -1635,8 +1640,12 @@
       top: 24px;
     }
     .center-ring-title {
-      top: 122px;
-      font-size: 26px;
+      top: 50%;
+      font-size: 28px;
+      transform: translate(-50%, -50%);
+    }
+    .center-metric {
+      height: 105px;
     }
     .m1 {
       top: 52px;

--
Gitblit v1.9.3