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