From 9af61333bc8fa2436055f12cd2f48a914552d985 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 29 Apr 2022 15:31:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AE=9E=E4=BD=93=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=BE=B9=E6=A1=86=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/entityExplorer/entity-detail.scss | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/assets/css/components/views/entityExplorer/entity-detail.scss b/src/assets/css/components/views/entityExplorer/entity-detail.scss index 17170abc..b86633a3 100644 --- a/src/assets/css/components/views/entityExplorer/entity-detail.scss +++ b/src/assets/css/components/views/entityExplorer/entity-detail.scss @@ -36,6 +36,20 @@ display: flex; flex-direction: row; + .cn-panel2 .chart-list { + .vue-grid-layout .vue-grid-item { + .panel-chart-group.panel-chart { + .panel-chart { + border: none; + box-shadow: none; + .chart-header { + border: none; + } + } + } + } + } + .entity-detail__menu { flex: 0 0 240px; display: flex; @@ -85,19 +99,6 @@ height: calc(100% - 47px) !important; } } - .chart-list { - .vue-grid-layout .vue-grid-item { - .panel-chart-group.panel-chart { - .panel-chart { - border: none; - box-shadow: none; - .chart-header { - border: none; - } - } - } - } - } } } }