From a711b60ebdb9d51dbfc077a13078b170e3943f59 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:59:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=80=89=E6=A1=86=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index c76b43b777..14d5fb9187 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1760,4 +1760,10 @@ div:focus { .el-table__fixed-right::before { display: none; +} + +.auth-tab { + .custom-tree-node { + padding-right: 0 !important; + } } \ No newline at end of file