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 | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3eb6df3..77afe0a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -123,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