From d174fdae6fab9da18ae73d7c3a0d5f21d033c22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Thu, 28 Oct 2021 14:32:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtable=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84tooltip=E6=8F=90=E7=A4=BA=E7=9A=84=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 5f76926d4..1da3dc12b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -157,3 +157,7 @@ input[type=file] { .el-table__column-filter-trigger i { color: #888888 !important; } + +.el-tooltip__popper.is-dark { + max-width: 60% !important; +}