修改高度

This commit is contained in:
xhf 2025-03-05 15:04:39 +08:00
parent 377eee0940
commit b057e19c20

View File

@ -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
}
//