mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-13 20:03:42 +08:00
修复导入获取数据下标不对
This commit is contained in:
@@ -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="
|
||||
|
Reference in New Issue
Block a user