mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-25 08:58:13 +00:00
commit
a50be19eed
@ -564,7 +564,7 @@ const Container = (props: {
|
|||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
bottom: -5,
|
bottom: -5,
|
||||||
right: 16,
|
right: 16,
|
||||||
background: 'gray',
|
background: 'hsla(0,0%,88.2%,.7)',
|
||||||
padding: '10px',
|
padding: '10px',
|
||||||
width: '279px',
|
width: '279px',
|
||||||
display: 'block',
|
display: 'block',
|
||||||
@ -572,7 +572,7 @@ const Container = (props: {
|
|||||||
: { display: 'none' }
|
: { display: 'none' }
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Button block danger onClick={() => handleDel(curPoint.id)}>
|
<Button block type="primary" onClick={() => handleDel(curPoint.id)}>
|
||||||
删除
|
删除
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user