From b6da5fb79b43a96c6e95db9733fcc1d63953c30a Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 4 Mar 2025 19:06:12 +0800 Subject: [PATCH] style: optimization table tooltip style --- ui/src/styles/element-plus.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index 64d16f7c2..3b64fdcb5 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -418,3 +418,7 @@ .el-checkbox__input.is-checked + .el-checkbox__label { color: var(--el-checkbox-text-color); } + +.el-popper { + max-width: 500px !important; +} \ No newline at end of file