From cfb45d07df4885f10eea65d3bd5695295aaaf61f Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 26 Sep 2025 19:18:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HostCenter/workReportBox.vue | 2 +- src/views/HostCenterView.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HostCenter/workReportBox.vue b/src/components/HostCenter/workReportBox.vue index e5f35b6..fdad74a 100644 --- a/src/components/HostCenter/workReportBox.vue +++ b/src/components/HostCenter/workReportBox.vue @@ -146,7 +146,7 @@ watch( @media screen and (min-width: 360px) { * { - font-size: 16px; + font-size: 12px; } } diff --git a/src/views/HostCenterView.vue b/src/views/HostCenterView.vue index c2cd409..a6a776d 100644 --- a/src/views/HostCenterView.vue +++ b/src/views/HostCenterView.vue @@ -101,7 +101,7 @@ justify-content: space-between; gap: 5px; background-color: white; - padding: 10px; + padding: 3%; border-radius: 12px; margin: 0 1%; margin-bottom: 12px;