uniapp 项目中uni-drawer 组件中内容超出样式设置溢出滚动只能滚动但是无法滑动问题

<scroll-view class="warp" scroll-y="true">
            <view v-for="item in progress" :key="item.id" :class="{ 'progress-item': true, 'progress-item-active': item.id == id }" @click="() => onClickProgressItem(item)">
              <view>
                <view class="progress-item-title">{{ item.title }}</view>
                <view class="progress-item-pbtime">
                  <text>{{ ymd(item.public_time) }}</text>
                  <text>|</text>
                  <text>{{ item.category }}</text>
                </view>
              </view>
            </view>
        </scroll-view>
       

在需要滚动的外层换成scroll-view 即可

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐