部分代码如下,用touchstart touchmove touchend 能动但是托不出scroll-view的范围,以及在使用movable-area/movable-view也不太行,有什么思路提供吗?
<scroll-view scroll-y="true"style="height: 99%;display: flex;flex-direction: column;justify-content: center;align-items: center;">
<view class="input-flex" v-for="(value, key) in _id" :key="key">
<view class="input-index">OFFLINE
</view>
<view class="input-mac">{{value.value}}</view>
</view>
</scroll-view>
1***@qq.com (作者)
谢谢,movable-area/movable-view不太满足我现在的需求,想要将组件拖离scroll-view之外,
2023-08-23 14:17
Diligent_UI
回复 1***@qq.com: 这个可以拖到外面的
2023-08-23 14:33
1***@qq.com (作者)
回复 Diligent_UI: 拖出范围外的部分,会被scroll-view遮住,且能拖出范围的距离好短
2023-08-23 14:48