feat(Photos): 添加图片缩放功能并调整计算内容高度逻辑

在 Photos 组件中为图片添加了滚轮事件监听,支持图片缩放,并限制了缩放范围。同时调整了 calculateContent 函数中内容高度的计算逻辑,使其更符合实际需求。
This commit is contained in:
2025-04-15 10:17:27 +08:00
parent 9a33139a88
commit 218a65183d
5 changed files with 38 additions and 10 deletions

View File

@@ -34,5 +34,8 @@
],
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.18.5"
},
"dependencies": {
"@layui/layer-vue": "file:"
}
}