From 240a8752b568ab63ce4eb0afa15c3265fb5101e3 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 13 二月 2025 13:20:44 +0800
Subject: [PATCH] 34

---
 src/views/Home.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/Home.vue b/src/views/Home.vue
index b84b2ac..ccb825f 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -97,15 +97,15 @@
         <el-row style="height: 80%; background-color: #ffffff">
           <el-col :span="8" style="font-weight: bold; color: black; ">
             <div style="height: 30%; text-align: right;" class="grid-container">
-              <p><b style="font-size: 100%;color: red;">&#x2191;</b><b style="font-size:300%">178</b></p>
+              <p><b style="font-size: 150%;color: red;">&#x2191;</b><b style="font-size:400%">178</b></p>
             </div>
             <div style="height: 30%; text-align: right; " class="grid-container">
-              <p><b style="font-size: 100%;color: red;">&#x2193;</b><b style="font-size:300%">88</b></p>
+              <p><b style="font-size: 150%;color: red;">&#x2193;</b><b style="font-size:400%">88</b></p>
             </div>
             <div style="height: 33%; text-align: right;" class="grid-container">
               <div>
                 <!-- <el-image style="width: 50px; height: 50px;" :src="maibo"></el-image> 2 -->
-                <p><b style="font-size: 100%;color: red;" >&hearts;</b><b style="font-size:300%">78</b></p>
+                <p><b style="font-size: 150%;color: red;" >&hearts;</b><b style="font-size:400%">78</b></p>
               </div>
             </div>
           </el-col>
@@ -503,8 +503,8 @@
       </el-row>
     </div>
     <!-- 设置按钮 -->
-    <!-- <button id="settingsButton" class="fixed-bottom-right" @click="centerDialogVisible=true">⚙️</button> -->
-    <button id="settingsButton" class="fixed-bottom-right" @click="showxuye">⚙️</button>
+    <button id="settingsButton" class="fixed-bottom-right" @click="centerDialogVisible=true">⚙️</button>
+    <!-- <button id="settingsButton" class="fixed-bottom-right" @click="showxuye">⚙️</button> -->
     <el-dialog
       :show-close="false"
       :close-on-press-escape="false"

--
Gitblit v1.8.0