From e3a4e7d04ce1a97d103ea9b14d1d33ca6c2b6452 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Thu, 23 Jul 2026 16:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=A3=80=E6=B5=8B=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E8=BF=87=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataCheckSingleChannelSingleTestPopup.vue | 34 ++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue b/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue index 4444cfc..9d27b1f 100644 --- a/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue +++ b/frontend/src/views/home/components/dataCheckSingleChannelSingleTestPopup.vue @@ -106,13 +106,15 @@
-
+
当前检测项目: @@ -884,13 +886,37 @@ defineExpose({ .content-right-title { display: flex; + align-items: center; padding: 10px 0; margin-top: 10px; line-height: 1.5; + .content-right-title-main { + width: 840px; + min-width: 0; + } + .content-right-title-text { + display: flex; + align-items: center; + min-width: 0; font-size: 14px; font-weight: bold; + + .current-script-type-name { + max-width: 660px; + min-width: 0; + padding: 0; + font-size: 14px; + } + + .current-script-type-name-text { + display: block; + max-width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } } } @@ -927,4 +953,4 @@ defineExpose({ - \ No newline at end of file +