修改 云南测试问题

This commit is contained in:
guanj
2025-07-30 15:17:28 +08:00
parent f34f38ef14
commit ba1cee110a
14 changed files with 6037 additions and 5323 deletions

View File

@@ -67,11 +67,11 @@
<!-- <el-form :inline="true">
</el-form> -->
<div id="canvas" class="mt10" :style="height1" style="overflow-y: auto" v-loading="loading">
<div id="canvas" class="mt10" :style="height1" style="overflow-y: auto;overflow-x: hidden" v-loading="loading">
<my-echart
:options="item.option"
v-for="item in list"
style="min-height: 210px"
style="min-height: 190px"
:style="height"
@triggerPoint="triggerPoint"
@group="group"
@@ -1926,6 +1926,8 @@ const triggerPoint = (data: any) => {
}
// 计算高度
const selectChange = (flag: boolean) => {
// const height1: any = ref(mainHeight(160))
height1.value = mainHeight(flag ? 220 : 160)
height.value = mainHeight(flag ? 220 : 160, list.value.length > 3 ? 3 : list.value.length)
}
const backbxlb = () => {