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;