From ca3dffb5fd906d36c5a302c749d31372cf63e32c Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Tue, 18 Jun 2019 21:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ShadowEditor.UI/src/editor/sidebar/css/EditorSideBar.css | 2 +- ShadowEditor.UI/src/panel/css/Panel.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ShadowEditor.UI/src/editor/sidebar/css/EditorSideBar.css b/ShadowEditor.UI/src/editor/sidebar/css/EditorSideBar.css index 5f697299..1f3d6a83 100644 --- a/ShadowEditor.UI/src/editor/sidebar/css/EditorSideBar.css +++ b/ShadowEditor.UI/src/editor/sidebar/css/EditorSideBar.css @@ -1,5 +1,5 @@ .EditorSideBar { - width: 240px !important; + width: 200px !important; } .EditorSideBar .top { diff --git a/ShadowEditor.UI/src/panel/css/Panel.css b/ShadowEditor.UI/src/panel/css/Panel.css index ab212e9a..51a47618 100644 --- a/ShadowEditor.UI/src/panel/css/Panel.css +++ b/ShadowEditor.UI/src/panel/css/Panel.css @@ -2,7 +2,7 @@ position: relative; left: 0; top: 0; - width: 240px; + width: 200px; height: 320px; background: #fafafa; border: 1px solid #2c3e50;