mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-03 09:28:10 +00:00
fix: 重置,操作布局
This commit is contained in:
parent
2fbab8881b
commit
207075e76b
@ -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 暂时隐藏 */}
|
||||
{/* <div className={styles.resetBall}>
|
||||
<ReloadOutlined onClick={() => setDragState({ x: 0, y: 0 })} />
|
||||
</div>
|
||||
<div className={styles.controllBall}>{render}</div> */}
|
||||
</div> */}
|
||||
{/*<div className={styles.controllBall}>{render}</div> */}
|
||||
<div className={styles.sliderWrap}>
|
||||
<span
|
||||
className={styles.sliderBtn}
|
||||
@ -529,6 +530,9 @@ const Container = (props: {
|
||||
<span className={styles.backSize}>
|
||||
<ExpandOutlined onClick={backSize} />
|
||||
</span>
|
||||
<span className={styles.backSize}>
|
||||
<ReloadOutlined onClick={() => setDragState({ x: 0, y: 0 })} />
|
||||
</span>
|
||||
</div>
|
||||
{/* <div className={styles.backSize}>
|
||||
<ExpandOutlined onClick={backSize} />
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user