feat(Photos): 添加图片缩放功能并调整计算内容高度逻辑
在 Photos 组件中为图片添加了滚轮事件监听,支持图片缩放,并限制了缩放范围。同时调整了 calculateContent 函数中内容高度的计算逻辑,使其更符合实际需求。
This commit is contained in:
@@ -34,5 +34,8 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/plugin-transform-runtime": "^7.18.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@layui/layer-vue": "file:"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user