8 lines
231 B
TypeScript
8 lines
231 B
TypeScript
/**
|
|
* 底部偏移量
|
|
* 在缩放时会差大概0.5px 导致触底逻辑不会触发
|
|
* 在这里设置手动补偿
|
|
* @see https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IC28RE#note_40175381
|
|
*/
|
|
export const bottomOffset = 2;
|