From 207075e76bc9d190d9463ea4e71b0bb1df897ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=87=91=E9=BE=99?= Date: Thu, 8 Oct 2020 23:04:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E7=BD=AE=EF=BC=8C=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/editor/Container.tsx | 8 ++++++-- src/pages/editor/index.less | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/pages/editor/Container.tsx b/src/pages/editor/Container.tsx index 5744b7b..00b10dc 100644 --- a/src/pages/editor/Container.tsx +++ b/src/pages/editor/Container.tsx @@ -7,6 +7,7 @@ import { HighlightOutlined, DoubleRightOutlined, DoubleLeftOutlined, + ReloadOutlined, } from '@ant-design/icons'; import { connect } from 'dva'; import HeaderComponent from './components/Header'; @@ -504,8 +505,8 @@ const Container = (props: { {/* TODO ζš‚ζ—Άιšθ— */} {/*
setDragState({ x: 0, y: 0 })} /> -
-
{render}
*/} + */} + {/*
{render}
*/}
+ + setDragState({ x: 0, y: 0 })} /> +
{/*
diff --git a/src/pages/editor/index.less b/src/pages/editor/index.less index f24a792..bab35e3 100644 --- a/src/pages/editor/index.less +++ b/src/pages/editor/index.less @@ -178,8 +178,8 @@ .sliderWrap { position: absolute; display: inline-block; - right: 30px; - bottom: 130px; + right: 10px; + bottom: 10px; height: 32px; line-height: 30px; background: #ffffff;