From c8ce1a89119b65704b8513f8635b78a45e8b9101 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 21 May 2026 17:27:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(iot):=20=E8=AE=BE=E5=A4=87=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=AF=A6=E6=83=85=E7=BB=9F=E4=B8=80=20460px=20?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=20+=20=E6=8C=89=E9=92=AE=E5=8A=A0=208px=20?= =?UTF-8?q?=E9=97=B4=E8=B7=9D=EF=BC=8C=E5=8D=A1=E7=89=87=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=E6=94=B9=20!h-8=20?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E5=85=B6=E5=AE=83=E6=8C=89=E9=92=AE=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device/device/detail/modules/config.vue | 20 +++++-------- .../iot/device/device/modules/card-view.vue | 28 +++++++++++-------- .../iot/product/product/modules/card-view.vue | 7 +++-- .../device/device/detail/modules/config.vue | 21 ++++++-------- .../iot/device/device/modules/card-view.vue | 2 +- .../iot/product/product/modules/card-view.vue | 4 +-- 6 files changed, 39 insertions(+), 43 deletions(-) diff --git a/apps/web-antd/src/views/iot/device/device/detail/modules/config.vue b/apps/web-antd/src/views/iot/device/device/detail/modules/config.vue index abde01f96..b45349dda 100644 --- a/apps/web-antd/src/views/iot/device/device/detail/modules/config.vue +++ b/apps/web-antd/src/views/iot/device/device/detail/modules/config.vue @@ -127,7 +127,7 @@ async function updateDeviceConfig() {
-
-
-        {{ formattedConfig }}
-      
-
+ class="m-0 h-[460px] overflow-y-auto whitespace-pre-wrap break-words rounded border border-[#d9d9d9] bg-[#f5f5f5] p-3 font-mono text-[13px] leading-normal text-[#333] dark:border-[#3a3a3a] dark:bg-[#1a1a1a] dark:text-gray-300" + v-text="formattedConfig" + >