From 057ce688e9fe904c1a74b2505531d5afc7acf43e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 10 九月 2025 23:03:56 +0800
Subject: [PATCH] 修复bug

---
 src/page/index/top/top-todo.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/page/index/top/top-todo.vue b/src/page/index/top/top-todo.vue
index eda1b59..7d4a19c 100644
--- a/src/page/index/top/top-todo.vue
+++ b/src/page/index/top/top-todo.vue
@@ -1,7 +1,15 @@
 <template>
   <span @click="handleOpen()">
     <el-badge :value="logsLen" :max="99">
-      <i class="iconfont iconicon_notice"></i>
+        <el-tooltip
+        class="box-item"
+        effect="dark"
+        :content="`鎮ㄦ湁${logsLen}鏉′换鍔¢渶瑕佸鐞哷"
+        placement="top-start"
+      >
+       <i class="iconfont iconicon_notice"></i>
+      </el-tooltip>
+      
     </el-badge>
     <el-dialog title="寰呭姙" v-model="box" width="60%" append-to-body>
       <el-button type="primary" @click="handle">澶勭悊</el-button>

--
Gitblit v1.9.3