fix:iot
This commit is contained in:
parent
1c0c39ae8f
commit
87699ce1cd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user