tumobi / nideshop-mini-program

NideShop:基于Node.js+MySQL开发的开源微信小程序商城(微信小程序)

Home Page:https://www.nideshop.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

地址编辑时的省市区列表无法滚动

KennyLeung opened this issue · comments

新增或编辑地址时,省、市、区三级联动的列表无法往下滚动,导致选择不到下面的条目。

addressAdd.wxss中的部分样式问题

.region-select .bd{
height: 492rpx;
width: 100%;
padding: 0 30rpx;
overflow: scroll;
}
.region-select .region-list{
height: auto;
}