This commit is contained in:
wangzenghua 2025-04-17 09:30:50 +01:00
parent 1c0c39ae8f
commit 87699ce1cd

View File

@ -41,7 +41,7 @@
:w="Number(layout.img.w)" :w="Number(layout.img.w)"
:h="Number(layout.img.h)" :h="Number(layout.img.h)"
> >
<el-image class="w100 h100" :src="device.imgUrl ? $baseUrl + device.imgUrl.split(',')[0] : ''" fit="fill" :lazy="true"></el-image> <el-image class="w100 h100" :src="device.imgUrl ? device.imgUrl.split(',')[0] : ''" fit="fill" :lazy="true"></el-image>
</vue-draggable-resizable> </vue-draggable-resizable>
<vue-draggable-resizable <vue-draggable-resizable