Skip to content

Commit

Permalink
refactor: ♻️ 优化 Tabs 在弹出框使用示例的样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonofweisheng committed Nov 25, 2024
1 parent 5e06378 commit abc8488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tabs/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</view>
</demo-block>

<wd-popup v-model="showPopup" position="bottom" @after-enter="handlePopupShow" closable custom-style="height: 200px;padding: 0 24rpx;">
<wd-popup v-model="showPopup" position="bottom" safe-area-inset-bottom @after-enter="handlePopupShow" closable custom-style="padding: 0 24rpx;">
<view class="title">在弹出框中使用</view>
<wd-tabs v-model="tab10" ref="tabsRef">
<wd-tab v-for="item in tabs" :key="item" :title="`${item}`" :name="item">
Expand Down

0 comments on commit abc8488

Please sign in to comment.