mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-02-18 11:13:49 +00:00
fix: 重置,操作布局
This commit is contained in:
parent
2fbab8881b
commit
207075e76b
@ -7,6 +7,7 @@ import {
|
|||||||
HighlightOutlined,
|
HighlightOutlined,
|
||||||
DoubleRightOutlined,
|
DoubleRightOutlined,
|
||||||
DoubleLeftOutlined,
|
DoubleLeftOutlined,
|
||||||
|
ReloadOutlined,
|
||||||
} from '@ant-design/icons';
|
} from '@ant-design/icons';
|
||||||
import { connect } from 'dva';
|
import { connect } from 'dva';
|
||||||
import HeaderComponent from './components/Header';
|
import HeaderComponent from './components/Header';
|
||||||
@ -504,8 +505,8 @@ const Container = (props: {
|
|||||||
{/* TODO 暂时隐藏 */}
|
{/* TODO 暂时隐藏 */}
|
||||||
{/* <div className={styles.resetBall}>
|
{/* <div className={styles.resetBall}>
|
||||||
<ReloadOutlined onClick={() => setDragState({ x: 0, y: 0 })} />
|
<ReloadOutlined onClick={() => setDragState({ x: 0, y: 0 })} />
|
||||||
</div>
|
</div> */}
|
||||||
<div className={styles.controllBall}>{render}</div> */}
|
{/*<div className={styles.controllBall}>{render}</div> */}
|
||||||
<div className={styles.sliderWrap}>
|
<div className={styles.sliderWrap}>
|
||||||
<span
|
<span
|
||||||
className={styles.sliderBtn}
|
className={styles.sliderBtn}
|
||||||
@ -529,6 +530,9 @@ const Container = (props: {
|
|||||||
<span className={styles.backSize}>
|
<span className={styles.backSize}>
|
||||||
<ExpandOutlined onClick={backSize} />
|
<ExpandOutlined onClick={backSize} />
|
||||||
</span>
|
</span>
|
||||||
|
<span className={styles.backSize}>
|
||||||
|
<ReloadOutlined onClick={() => setDragState({ x: 0, y: 0 })} />
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{/* <div className={styles.backSize}>
|
{/* <div className={styles.backSize}>
|
||||||
<ExpandOutlined onClick={backSize} />
|
<ExpandOutlined onClick={backSize} />
|
||||||
|
|||||||
@ -178,8 +178,8 @@
|
|||||||
.sliderWrap {
|
.sliderWrap {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
right: 30px;
|
right: 10px;
|
||||||
bottom: 130px;
|
bottom: 10px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user