fix: 优化界面
This commit is contained in:
parent
344f74d34b
commit
d7d1c6859d
@ -15,5 +15,10 @@ export default struct CarLoadingDialog {
|
|||||||
.justifyContent(FlexAlign.Center)
|
.justifyContent(FlexAlign.Center)
|
||||||
.alignItems(HorizontalAlign.Center)
|
.alignItems(HorizontalAlign.Center)
|
||||||
.backgroundColor("#fff")
|
.backgroundColor("#fff")
|
||||||
|
.shadow({
|
||||||
|
radius: 30,
|
||||||
|
color: "#E7B544"
|
||||||
|
})
|
||||||
|
.borderRadius(20)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user