拓扑图配置

This commit is contained in:
仲么了
2024-01-17 14:22:34 +08:00
parent 0068eace86
commit 694b5b181d
15 changed files with 395 additions and 79 deletions

View File

@@ -31,7 +31,7 @@
v-for="(item, index) in deviceData.dataSetList"
:key="index"
></el-tab-pane>
<el-form :inline="true" style="white-space: nowrap">
<el-form :inline="true" style="white-space: nowrap;margin-top: 10px">
<el-form-item label="指标">
<el-input
v-model="formInline.searchValue"
@@ -159,7 +159,7 @@ const dataSet = ref('')
const devTypeOptions = ref([])
const devModelOptions = ref([])
const tableData = ref<any[]>([])
const tableHeight = mainHeight(320).height
const tableHeight = mainHeight(310).height
const mangePopup = ref()
const datePickerRef = ref()
const formInline = reactive({