mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
fix: 修复了部分模型图片显示异常的问题 (#593)
This commit is contained in:
@@ -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)"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user