使用custom-style可更改样式,如:上边框更改为圆角
<van-popup show="{{ show }}" position="bottom" custom-style="border-top-left-radius: 5px;border-top-right-radius: 5px;" bind:close="onClose"> </van-popup>