mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-07 00:07:04 +00:00
🎨 按钮浮层颜色调整
This commit is contained in:
parent
687f3864bd
commit
f03dc29de1
@ -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