Skip to content

Commit

Permalink
feat: regions-select组件修改弹出窗默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhenfei committed Oct 14, 2020
1 parent 111995f commit 064ed93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/pi-regions-select/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@close="handlePopupClose"
>
<view
class="pi-regionsSelect pi-flex-column"
class="pi-regions-select pi-flex-column"
:style="[customStyle, { height: getHeight }]"
:class="[customClass]"
>
Expand Down Expand Up @@ -395,7 +395,7 @@ export default {
</script>

<style lang="scss" scoped>
.pi-regionsSelect {
height: 50vh;
.pi-regions-select {
height: 60vh;
}
</style>

0 comments on commit 064ed93

Please sign in to comment.