no message

This commit is contained in:
2023-03-06 16:18:34 +08:00
parent c02f416193
commit e2d9180243
7 changed files with 55 additions and 52 deletions

View File

@@ -371,7 +371,7 @@ export default {
},
async initData () {
let res = await deviceMonitor()
this.deviceDatas = res.result
this.deviceDatas = [...res.result]
this.addPosition()
},
async _findDeviceById (id) {
@@ -443,13 +443,15 @@ export default {
.content
width 100%
padding 10px 1rem 0
height calc(100% - 134px)
overflow-y auto
.item_tr
width 100%
.item_block
position relative
_wh(180px,209px)
_wh(180px,219px)
padding 8px 4px
margin-bottom 21px
margin-bottom 11px
margin-right calc((100% - 180px * 9) / 8)
background center center / 100% 100% url(../assets/images/bg_item.png) no-repeat
&:nth-child(9n)
@@ -643,8 +645,8 @@ export default {
width 100%
padding 10px 14px 0
.item_block
_wh(160px,209px)
margin-bottom 30px
_wh(160px,219px)
margin-bottom 20px
margin-right calc((100% - 160px * 9) / 8)
.item_img
_wh(100%,80px)