constant.ts 231 Bytes Edit Raw Blame History Permalink 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;