From 84cf0adc1f85e770678c3527d47d9029fc6e2323 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Fri, 24 Feb 2023 10:06:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8E=88=E6=9D=83=E6=A1=86=E9=94=99=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 6 ----- .../src/views/system/relationship/index.vue | 27 ------------------- 2 files changed, 33 deletions(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 14d5fb9187..c76b43b777 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -1760,10 +1760,4 @@ div:focus { .el-table__fixed-right::before { display: none; -} - -.auth-tab { - .custom-tree-node { - padding-right: 0 !important; - } } \ No newline at end of file diff --git a/frontend/src/views/system/relationship/index.vue b/frontend/src/views/system/relationship/index.vue index 3d31a03fcf..af75309dcd 100644 --- a/frontend/src/views/system/relationship/index.vue +++ b/frontend/src/views/system/relationship/index.vue @@ -609,33 +609,6 @@ export default { } } } -.custom-tree-node { - flex: 1; - display: flex; - align-items: center; - justify-content: space-between; - font-size: 14px; - padding-right: 8px; -} - -.custom-tree-node-list { - flex: 1; - display: flex; - align-items: center; - justify-content: space-between; - font-size: 14px; - padding: 0 8px; -} - -.father .child { - /*display: none;*/ - visibility: hidden; -} - -.father:hover .child { - /*display: inline;*/ - visibility: visible; -} .relation-popover { max-height: 70%; overflow-y: scroll;