修复导入获取数据下标不对

This commit is contained in:
xiangheng
2024-02-26 12:39:33 +08:00
parent df43e4e7dd
commit c27d7d4e1e
8 changed files with 129 additions and 25 deletions

View File

@@ -10,6 +10,7 @@
:style="{ width: setSize.imgWidth, height: setSize.imgHeight }"
>
<img
v-show="backImgBase"
:src="'data:image/png;base64,' + backImgBase"
alt=""
style="width: 100%; height: 100%; display: block"
@@ -74,6 +75,7 @@
}"
>
<img
v-show="blockBackImgBase"
:src="'data:image/png;base64,' + blockBackImgBase"
alt=""
style="