Browse Source

feat: 禁止container容器滑动

蛋吧eggbar
徐飞洋 1 month ago
parent
commit
abe4428868
  1. 5
      pages/index/index.wxml

5
pages/index/index.wxml

@ -1,7 +1,6 @@
<view class="container"> <view class="container" catchtouchmove="stopPropagation">
<!-- 顶部搜索区域容器 - 始终固定显示 -->
<view class="top-section-container" catchtouchmove="stopPropagation"> <view class="top-section-container" catchtouchmove="stopPropagation">
<!-- 搜索区域 --> <!-- 搜索区域 -->
<view class="search-section" style="height: 100rpx; display: block; box-sizing: border-box"> <view class="search-section" style="height: 100rpx; display: block; box-sizing: border-box">
<view class="search-bar" style="width: 693rpx; display: flex; box-sizing: border-box; position: relative; left: 0rpx; top: 19rpx"> <view class="search-bar" style="width: 693rpx; display: flex; box-sizing: border-box; position: relative; left: 0rpx; top: 19rpx">

Loading…
Cancel
Save