不同电脑的样式微调

This commit is contained in:
GYYM
2024-11-22 11:45:33 +08:00
parent 6137ac18b7
commit b77ad54309
2 changed files with 669 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-dialog title="数据查询" :model-value='visible' @close="handleCancel" width="1050px">
<el-dialog title="数据查询" :model-value='visible' @close="handleCancel" width="1065px">
<div class="data-check-dialog">
<div class="data-check-title">
<el-form :model='formContent'>
@@ -122,13 +122,13 @@ const monitorIdxList = [
value: '1',
},
{
value: '2',
value: '2 (不合格)',
},
{
value: '3',
},
{
value: '4',
value: '4 (不合格)',
},
]
const handleNodeClick = (data) => {