From 7f5296daee8a1093b1acccc0515e210e16ee8640 Mon Sep 17 00:00:00 2001 From: stt Date: Thu, 23 Oct 2025 14:33:45 +0800 Subject: [PATCH] =?UTF-8?q?iframe=E8=B7=AF=E5=BE=84=E4=B8=AD=E5=8E=BB?= =?UTF-8?q?=E6=8E=89display?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/cockpit/realTimeData/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pqs/cockpit/realTimeData/index.vue b/src/views/pqs/cockpit/realTimeData/index.vue index c8cf8d7..8584a2e 100644 --- a/src/views/pqs/cockpit/realTimeData/index.vue +++ b/src/views/pqs/cockpit/realTimeData/index.vue @@ -146,7 +146,7 @@ const iframeSrc = ref('') onMounted(() => { iframeSrc.value = 'http://192.168.1.179:4001' + - `/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true&&display=true#/preview_YPT` + `/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true#/preview_YPT` tableStore.index() @@ -226,7 +226,7 @@ const sendKeysToIframe = (keyList: string[]) => { padding: 10px; height: 100%; .buttonBox { - display: flex; + display: flex; width: 150px; align-items: center; justify-content: center;