fix:去除漫游导航阴影
This commit is contained in:
parent
9cecd24918
commit
ae546f5667
|
|
@ -732,12 +732,9 @@ export function InputBox({
|
|||
onClose={closeInputToolsTour}
|
||||
onFinish={closeInputToolsTour}
|
||||
gap={
|
||||
{ offset: 4 , radius: 2 }
|
||||
{ offset: 3 , radius:10 }
|
||||
}
|
||||
mask={{
|
||||
style: {
|
||||
boxShadow: 'inset 0 0 15px #333',
|
||||
},
|
||||
color: 'rgba(255,255,255, .8)',
|
||||
}}
|
||||
steps={inputToolsTourSteps}
|
||||
|
|
|
|||
Loading…
Reference in New Issue