From 157762c510e07d32289cc48ac2835048f490cdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Wed, 23 Apr 2025 09:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81=E5=BA=93-?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E8=AF=A6=E6=83=85=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Jyh/Version/Detail/Malware/Malware.vue | 18 +++++++++--------- src/views/Jyh/Version/Detail/index.vue | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/Jyh/Version/Detail/Malware/Malware.vue b/src/views/Jyh/Version/Detail/Malware/Malware.vue index ba23993..8522d08 100644 --- a/src/views/Jyh/Version/Detail/Malware/Malware.vue +++ b/src/views/Jyh/Version/Detail/Malware/Malware.vue @@ -13,7 +13,7 @@ --> - + - - - - - + + + + + - + - + diff --git a/src/views/Jyh/Version/Detail/index.vue b/src/views/Jyh/Version/Detail/index.vue index 4fbc13b..f32c72f 100644 --- a/src/views/Jyh/Version/Detail/index.vue +++ b/src/views/Jyh/Version/Detail/index.vue @@ -316,7 +316,7 @@ const colseSubscription = () => { .version-detail-header { background: #ffffff; - padding: 0 16%; + padding: 0 12%; width: 100%; //box-shadow: inset 0px -1px 0px 0px #EEF0F5; .header-top { @@ -373,7 +373,7 @@ const colseSubscription = () => { } .version-detail-content { - padding: 0 16%; + padding: 0 12%; width: 100%; margin-top: 12px; }