From df43dbd4f80baedb88764ca9545e4b5ec7e1ac73 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 27 Jul 2025 16:26:34 +0800
Subject: [PATCH] 1

---
 src/components/index-component.vue |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/components/index-component.vue b/src/components/index-component.vue
index ed9f66a..44eb433 100644
--- a/src/components/index-component.vue
+++ b/src/components/index-component.vue
@@ -1,9 +1,5 @@
 <template>
-  <div
-    class="index_component"
-    :class="dataObj.chg > 0 ? 'bg-green' : 'bg-red'"
-    @click="toLine"
-  >
+  <div class="index_component" :class="dataObj.chg > 0 ? 'bg-green' : 'bg-red'" @click="toLine">
     <div class="item_title">
       <span class="line-one">{{ dataObj.name }}</span>
     </div>
@@ -29,7 +25,7 @@
     },
     dataObj: {
       type: Object,
-      default: () => {}
+      default: () => { }
     }
   },
   computed: {
@@ -91,11 +87,11 @@
     padding: 0 0.5em;
     font-size: 0.35em;
     color: #333;
-    font-weight: 500;
 
     span {
       width: 100%;
       display: inline-block;
+      font-weight: 800;
     }
   }
 

--
Gitblit v1.9.3