浏览模式: 普通 | 列表
11月, 2025 | 1
打开\node_modules\uview-ui\components\u-action-sheet\u-action-sheet.vue文件,

找到
<view class="u-action-sheet__item-wrap"></view>

把它替换成
<scroll-view class="u-action-sheet__item-wrap" scroll-y style="min-height: 100rpx;max-height: 700rpx;">
。。。
</scroll-view>


attachments/202511/20_103536_121.jpg



来源:https://blog.csdn.net/cyx924/article/details/154789117
1