From 349091f54dab47b15ca81613f02765490a2ce7d0 Mon Sep 17 00:00:00 2001 From: p-honggang.li <p-honggang.li@pcitc.com> Date: 星期四, 11 九月 2025 10:50:36 +0800 Subject: [PATCH] 修改买家中心卖家中心产品类型等条件查询问题 --- 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