修改高度

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" class="affix-container"
id="indexpage-container" id="indexpage-container"
:style="{ :style="{
height: heightVal * radio + 'px', height: heightVal + 'px',
cursor: isDrag ? 'pointer' : 'default', cursor: isDrag ? 'pointer' : 'default',
scale: isSizeRaio, scale: isSizeRaio,
transformOrigin: '0 0' transformOrigin: '0 0'
@ -279,7 +279,7 @@
<el-tooltip <el-tooltip
class="box-item" class="box-item"
effect="dark" effect="dark"
:content="item.sortNum" :content="item.sortNum + ''"
placement="top" placement="top"
v-if="item.type == 1" v-if="item.type == 1"
> >
@ -797,7 +797,7 @@ const linkWebSocket = (url) => {
data: JSON.parse(data[key]) data: JSON.parse(data[key])
}) })
} }
// console.log('=====', dataList) console.log('=====', dataList)
testCarList.value = dataList testCarList.value = dataList
} }
// //