Browse Source

fix(QuickOrderEntry): 调整阻尼值以防止过度滚动

将阻尼值从200调整为极大值999999999,以防止组件在交互时出现过度滚动现象
master
前端-胡立永 1 month ago
parent
commit
3c3efe4781
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      components/QuickOrderEntry.vue

+ 1
- 2
components/QuickOrderEntry.vue View File

@ -6,8 +6,7 @@
:y="y"
direction="all"
@click="handleClick"
:animation="false"
:damping="200"
:damping="999999999"
@change="handleChange"
@longpress="handleLongPress">
<view class="quick-order-container">


Loading…
Cancel
Save