fix: 修复了部分模型图片显示异常的问题 (#593)

This commit is contained in:
ayangweb
2025-07-28 16:49:10 +08:00
committed by GitHub
parent ce3b9bc544
commit 36aaf1067e

View File

@@ -154,6 +154,7 @@ function handleMouseMove(event: MouseEvent) {
>
<img
v-if="backgroundImagePath"
class="object-cover"
:src="backgroundImagePath"
>
@@ -162,6 +163,7 @@ function handleMouseMove(event: MouseEvent) {
<img
v-for="path in modelStore.pressedKeys"
:key="path"
class="object-cover"
:src="convertFileSrc(path)"
>