mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(AddressEdit): area picker use round popup (#6584)
This commit is contained in:
parent
5480c003e0
commit
f10a97b692
@ -364,14 +364,15 @@ export default createComponent({
|
|||||||
</div>
|
</div>
|
||||||
<Popup
|
<Popup
|
||||||
vModel={this.showAreaPopup}
|
vModel={this.showAreaPopup}
|
||||||
|
round
|
||||||
position="bottom"
|
position="bottom"
|
||||||
lazyRender={false}
|
lazyRender={false}
|
||||||
getContainer="body"
|
getContainer="body"
|
||||||
>
|
>
|
||||||
<Area
|
<Area
|
||||||
ref="area"
|
ref="area"
|
||||||
loading={!this.areaListLoaded}
|
|
||||||
value={data.areaCode}
|
value={data.areaCode}
|
||||||
|
loading={!this.areaListLoaded}
|
||||||
areaList={this.areaList}
|
areaList={this.areaList}
|
||||||
columnsPlaceholder={this.areaColumnsPlaceholder}
|
columnsPlaceholder={this.areaColumnsPlaceholder}
|
||||||
onConfirm={this.onAreaConfirm}
|
onConfirm={this.onAreaConfirm}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user