修改高度
This commit is contained in:
parent
377eee0940
commit
b057e19c20
@ -3,7 +3,7 @@
|
||||
class="affix-container"
|
||||
id="indexpage-container"
|
||||
:style="{
|
||||
height: heightVal * radio + 'px',
|
||||
height: heightVal + 'px',
|
||||
cursor: isDrag ? 'pointer' : 'default',
|
||||
scale: isSizeRaio,
|
||||
transformOrigin: '0 0'
|
||||
@ -279,7 +279,7 @@
|
||||
<el-tooltip
|
||||
class="box-item"
|
||||
effect="dark"
|
||||
:content="item.sortNum"
|
||||
:content="item.sortNum + ''"
|
||||
placement="top"
|
||||
v-if="item.type == 1"
|
||||
>
|
||||
@ -797,7 +797,7 @@ const linkWebSocket = (url) => {
|
||||
data: JSON.parse(data[key])
|
||||
})
|
||||
}
|
||||
// console.log('=====', dataList)
|
||||
console.log('=====', dataList)
|
||||
testCarList.value = dataList
|
||||
}
|
||||
//告警信息
|
||||
|
Loading…
Reference in New Issue
Block a user