修改检测查询页面空白问题
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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>
|
||||
<!-- 省平台模式下的温度湿度填写弹窗 -->
|
||||
|
||||
Reference in New Issue
Block a user