mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-04 01:48:11 +00:00
fix: 暂时隐藏switch
This commit is contained in:
parent
af614885b9
commit
f3c9d8657c
@ -136,7 +136,7 @@ const HeaderComponent = memo((props: HeaderComponentProps) => {
|
||||
<ArrowLeftOutlined />
|
||||
</div>
|
||||
<div className={styles.logo}>Dooring</div>
|
||||
<Switch onChange={toggleCollapsed} style={{ marginLeft: '100px' }} />
|
||||
{/* <Switch onChange={toggleCollapsed} style={{ marginLeft: '100px' }} />暂时隐藏 TODO */}
|
||||
</div>
|
||||
<div className={styles.controlArea}>
|
||||
<Button type="primary" style={{ marginRight: '9px' }} onClick={useTemplate}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user