From 2a29abafe6196a0532afb08cbca445ad4d0c5c9c Mon Sep 17 00:00:00 2001 From: Zzc <1373857752@qq.com> Date: Fri, 7 Nov 2025 15:05:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(cockpit):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E8=88=B1=E5=B8=83=E5=B1=80=E7=9A=84=E5=86=85?= =?UTF-8?q?=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除顶部内边距,并调整侧边内边距以改善布局间距。 --- .../screen/src/views/cockpit/components/CockpitLayout.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/screen/src/views/cockpit/components/CockpitLayout.vue b/packages/screen/src/views/cockpit/components/CockpitLayout.vue index 26be3b7..d73b737 100644 --- a/packages/screen/src/views/cockpit/components/CockpitLayout.vue +++ b/packages/screen/src/views/cockpit/components/CockpitLayout.vue @@ -46,8 +46,8 @@ import YearStatistics from './YearStatistics.vue' display: grid; grid-template-columns: vw(580) 1fr vw(580); gap: vw(20); - padding: vw(20); - padding-top: 0; + padding: 0 vw(10); + // padding-top: 0; } .left-panel,