修改检测查询页面空白问题

This commit is contained in:
guanj
2025-08-27 16:32:29 +08:00
parent 567201563d
commit 4559a7b5e2
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
<div class="content-right-title">
<div style="width: 840px;">
<span class="content-right-title-text">当前检测项目
<el-popover trigger="hover" :content="currentDesc" :width="popoverWidth" placement="right">
<el-popover trigger="hover" :content="currentDesc" width="500px" placement="right">
<template #reference>
<el-button type="text" style="font-size: 14px;">
{{ currentScriptTypeName }}

View File

@@ -175,7 +175,7 @@
<!-- 检测过程显示弹窗 -->
<TestPopup ref="testPopup" @quitClicked="handleQuitClicked"></TestPopup>
<!-- 检测数据查询弹窗 -->
<dataCheckPopup ref="dataCheckPopupRef" />
<dataCheckPopup ref="dataCheckPopupRef" :append-to-body="true"/>
<!-- 手动检测检测项选择弹窗 -->
<SelectTestItemPopup ref="selectTestItemPopupRef" @openTestDialog="openTestDialog"></SelectTestItemPopup>
<!-- 省平台模式下的温度湿度填写弹窗 -->