From 208febd8a9dbb28fdbdfefdce9d6b7a290a26cb4 Mon Sep 17 00:00:00 2001 From: tengge1 <930372551@qq.com> Date: Sat, 8 Jun 2019 09:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=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/EWorkspace.jsx | 4 ++-- ShadowEditor.UI/src/editor/css/EWorkspace.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ShadowEditor.UI/src/editor/EWorkspace.jsx b/ShadowEditor.UI/src/editor/EWorkspace.jsx index 538f15ae..5337e7fb 100644 --- a/ShadowEditor.UI/src/editor/EWorkspace.jsx +++ b/ShadowEditor.UI/src/editor/EWorkspace.jsx @@ -79,9 +79,9 @@ class EWorkspace extends React.Component { - + - + diff --git a/ShadowEditor.UI/src/editor/css/EWorkspace.css b/ShadowEditor.UI/src/editor/css/EWorkspace.css index 8e1393ad..b7a03ff3 100644 --- a/ShadowEditor.UI/src/editor/css/EWorkspace.css +++ b/ShadowEditor.UI/src/editor/css/EWorkspace.css @@ -1,3 +1,8 @@ .EWorkspace { flex: 1; +} + +.EWorkspace .TimePanel .body { + display: flex; + overflow: auto; } \ No newline at end of file