From 88e1414de1617765a440c2a5b3224b81779cc695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 13 Feb 2023 15:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=8F=9C=E5=8D=95-=E6=94=B6?= =?UTF-8?q?=E8=B5=B7=E9=A6=96=E9=A1=B5=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?= =?UTF-8?q?tooltip=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/App.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/jero-web/src/App.vue b/jero-web/src/App.vue index 30f960492..3439653a2 100644 --- a/jero-web/src/App.vue +++ b/jero-web/src/App.vue @@ -193,4 +193,17 @@ padding-top: 12px!important; padding-bottom: 12px!important; } + + .ant-tooltip-inner { + color: #333; + background-color: #fff !important; + } + + .ant-tooltip-arrow::before { + background-color: #fff !important; + } + + .ant-menu-inline-collapsed-tooltip a { + color: #333 !important; + } \ No newline at end of file