From 7f61b1328994273b63e95ad4ad4c014fc3baeac9 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期一, 04 三月 2024 17:22:01 +0800
Subject: [PATCH] fix:修改图标细节

---
 src/views/daoAnOffice/left-top.vue |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/views/daoAnOffice/left-top.vue b/src/views/daoAnOffice/left-top.vue
index fed5c4e..d4cdde4 100644
--- a/src/views/daoAnOffice/left-top.vue
+++ b/src/views/daoAnOffice/left-top.vue
@@ -104,6 +104,12 @@
       //height: 16px;
       font-size: 16px;
     }
+    &:first-of-type {
+      margin-left: 0;
+    }
+    &:last-of-type {
+      margin-right: 0;
+    }
 
     .user_Overview_nums {
       display: flex;
@@ -150,7 +156,7 @@
       .user_Overview_nums_img_p_numt{
         color: #0071F8;
         font-size: 25px;
-        font-weight: 400;
+        font-weight: 800;
         .user_Overview_nums_img_p_num_nan{
           font-size: 14px;
           color: #fff;
@@ -163,7 +169,7 @@
       .user_Overview_nums_img_p_num{
         color: #F96FF8;
         font-size: 25px;
-        font-weight: 400;
+        font-weight: 800;
         .user_Overview_nums_img_p_num_nan{
           font-size: 14px;
           color: #fff;
@@ -176,7 +182,7 @@
       .user_Overview_nums_img_p_nums{
         color: #FE3146;
         font-size: 25px;
-        font-weight: 400;
+        font-weight: 800;
         .user_Overview_nums_img_p_num_nan{
           font-size: 14px;
           color: #fff;
@@ -189,7 +195,7 @@
       .user_Overview_nums_img_p_numf{
         color: #EA7039;
         font-size: 25px;
-        font-weight: 400;
+        font-weight: 800;
         .user_Overview_nums_img_p_num_nan{
           font-size: 14px;
           color: #fff;

--
Gitblit v1.8.0