Skip to content

Commit

Permalink
fix(tabs): 修复 taro h5 下 placeholder 展示错误 (#2801)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Dec 25, 2023
1 parent 98d5f40 commit 8a5dfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/tabs/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</view>
<view class="nut-tabs__titles-item__text" :class="{ ellipsis: ellipsis }">{{ item.title }} </view>
</view>
<view v-if="canShowLabel" class="nut-tabs__titles-placeholder"></view>
<view v-if="canShowLabel && titleScroll" class="nut-tabs__titles-placeholder"></view>
</template>
</view>
</nut-scroll-view>
Expand Down

0 comments on commit 8a5dfe1

Please sign in to comment.