From 8a709ba6db50831048f9c3e2452ea6dc6c3de36f Mon Sep 17 00:00:00 2001
From: Bang Hu <hu_bang@hotmail.com>
Date: 星期五, 12 九月 2025 15:45:33 +0800
Subject: [PATCH] bug修改代码提交

---
 src/App.vue |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index d96e197..77afe0a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -29,13 +29,7 @@
   })
 }
 provide('reload', reload)
-// 涓存椂鍒濆鍖栵細鍐欏叆 userId 涓� unitId锛屼究浜庢湰鍦拌仈璋冨悗绔笅鍗曟帴鍙�
-if (!userStore.getUserId) {
-  userStore.userId = '1'
-}
-if (!userStore.getUnitId) {
-  userStore.unitId = '1'
-}
+
 setInterval(() => {
 // 杩欎釜鍒ゆ柇浠h〃鐧诲綍鎴愬姛鍚庢墠寮�濮嬪啓鍏ユ椂闂�
   if(userStore.getAdminToken) {
@@ -129,5 +123,14 @@
 .rowBtnDiv .normal-btn,.action-btns .normal-btn{
     padding: 8px 4px !important;
   }
-  
+/* Tooltip 瀹藉害涓庢崲琛屾帶鍒讹紙Element Plus Teleport 鍒� body锛岄渶瑕� deep 閫夋嫨鍣級 */
+.tooltip-wrap{
+  max-width: 340px !important;
+}
+.tooltip-wrap .el-tooltip__content {
+  max-width: 340px !important;
+  white-space: normal !important;
+  word-break: break-word;
+  overflow-wrap: anywhere;
+}
 </style>

--
Gitblit v1.8.0