修改云南曲靖项目

This commit is contained in:
guanj
2026-01-08 14:52:01 +08:00
parent 54517c0d5f
commit 6c3037f19b
20 changed files with 47 additions and 36 deletions

View File

@@ -15,7 +15,7 @@
></PointTree>
</pane>
<pane>
<div style="position: relative; height: 100%">
<div style="position: relative; height: 100%;width: 100%;">
<el-tabs
v-model="activeName"
type="border-card"
@@ -85,7 +85,7 @@ defineOptions({
const route = useRoute()
const monitoringPoint = useMonitoringPoint()
const pointTree = ref()
const size = ref(23)
const size = ref(19)
const isReload = ref(false)
const height = mainHeight(40)
const activeName = ref('2')

View File

@@ -61,7 +61,7 @@ defineOptions({
const monitoringPoint = useMonitoringPoint()
const showTree = ref(false)
const height = mainHeight(20)
const size = ref(23)
const size = ref(19)
const dictData = useDictData()
const TableHeaderRef = ref()
const dotList: any = ref({})