style(AddressEdit): area picker use round popup (#6584)

This commit is contained in:
neverland 2020-06-20 16:40:58 +08:00 committed by GitHub
parent 5480c003e0
commit f10a97b692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,14 +364,15 @@ export default createComponent({
</div>
<Popup
vModel={this.showAreaPopup}
round
position="bottom"
lazyRender={false}
getContainer="body"
>
<Area
ref="area"
loading={!this.areaListLoaded}
value={data.areaCode}
loading={!this.areaListLoaded}
areaList={this.areaList}
columnsPlaceholder={this.areaColumnsPlaceholder}
onConfirm={this.onAreaConfirm}