mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增预览页缩放功能
This commit is contained in:
@@ -189,7 +189,7 @@ export const useMousePointHandle = (
|
||||
attr.w = newWidth > 0 ? newWidth : 0
|
||||
attr.x = itemAttrX + (isLeft ? currX : 0)
|
||||
attr.y = itemAttrY + (isTop ? currY : 0)
|
||||
})
|
||||
}, 50)
|
||||
|
||||
const mouseup = () => {
|
||||
// 设置拖拽状态
|
||||
|
||||
Reference in New Issue
Block a user