Blame view

Yi.Vben5.Vue3/apps/web-antd/src/views/workflow/task/constant.ts 231 Bytes
515fceeb   “wangming”   框架初始化
1
2
3
4
5
6
7
  /**
   * 底部偏移量
   * 在缩放时会差大概0.5px 导致触底逻辑不会触发
   * 在这里设置手动补偿
   * @see https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IC28RE#note_40175381
   */
  export const bottomOffset = 2;