From fe09fa4983450d24e6cf9c9fad630d3624e64fb8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 21 Jul 2022 19:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/components/AiGrid.vue | 33 ++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/project/dv/apps/components/AiGrid.vue b/project/dv/apps/components/AiGrid.vue index 5d65d0fb..d8488028 100644 --- a/project/dv/apps/components/AiGrid.vue +++ b/project/dv/apps/components/AiGrid.vue @@ -8,6 +8,9 @@ @@ -151,8 +154,36 @@ color: #FFFFFF; font-size: 16px; + .org-chart-node-btn { + border: 1px solid #23A0AC!important; + font-size: 16px; + font-weight: bold; + background: #071030; + color: #FF9A02; + + &:after, &::before { + display: none; + } + + &.expanded::before { + display: block; + position: absolute; + top: 50%; + left: 4px; + right: 4px; + height: 0; + border-top: 1px solid #FF9A02; + content: ""; + } + + .org-chart-node-btn-text { + background: transparent; + color: #FF9A02; + } + } + .org-chart-node { - overflow: hidden; + // overflow: hidden; .org-chart-node-label { width: 40px;