From b6ab7cb9496f965fc7b4c7f7d6240fbd4ef6f970 Mon Sep 17 00:00:00 2001 From: Cmen <1176967590@qq.com> Date: Sat, 16 Apr 2022 09:41:35 +0800 Subject: [PATCH] =?UTF-8?q?opt:=20=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E4=BC=98=E5=8C=96#7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/editor/Catalog/style.less | 1 + src/editor/Property/index.less | 2 +- src/editor/index.less | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/editor/Catalog/style.less b/src/editor/Catalog/style.less index 78078fb..1ec78d3 100644 --- a/src/editor/Catalog/style.less +++ b/src/editor/Catalog/style.less @@ -6,6 +6,7 @@ .ant-collapse-content > .ant-collapse-content-box { padding: 4px 12px; font-size: 12px; + background-color: #f5f5f5; } .overlay-item { margin-bottom: 4px; diff --git a/src/editor/Property/index.less b/src/editor/Property/index.less index 8d58490..bb94cad 100644 --- a/src/editor/Property/index.less +++ b/src/editor/Property/index.less @@ -11,7 +11,7 @@ line-height: 120px; text-align: center; vertical-align: middle; - background-color: rgba(0, 0, 0, 0.2); + background-color: rgba(100, 100, 100, 0.2); border: 1px dashed #d9d9d9; border-radius: 2px; cursor: pointer; diff --git a/src/editor/index.less b/src/editor/index.less index 2787774..9d7bcd6 100644 --- a/src/editor/index.less +++ b/src/editor/index.less @@ -5,15 +5,18 @@ height: 40px; line-height: 40px; padding: 0 10px; - border-bottom: 1px solid #ccc; + background-color: #dbd8d8; + font-size: 16px; } .editor-body-center { position: relative; } -.editor-header, +.editor-body-right{ + border-left: 1px solid #ccc; +} .editor-body-left, .editor-body-right { - background-color: #fff; + background-color: #f5f5f5; } #mapStage {