From 1eeadb815b294b28e9f2d9e9e55b8f2c9e954646 Mon Sep 17 00:00:00 2001 From: bwstudio Date: Wed, 10 Jun 2026 22:06:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201024px+=20=E5=B1=8F=E5=B9=95=E5=A1=AB?= =?UTF-8?q?=E6=BB=A1=EF=BC=8C=E5=8E=BB=E9=99=A4=E5=B1=85=E4=B8=AD=E7=A9=BA?= =?UTF-8?q?=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/src/App.vue b/web/src/App.vue index 57b72c6..0e23a85 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -274,7 +274,14 @@ onMounted(async () => { } } -/* 超宽屏填满屏幕,去掉居中限制 */ +/* 超宽屏填满屏幕,逐步去掉居中限制 */ +@media (min-width: 1024px) { + :root { + --content-max-width: 100%; + --content-padding: 20px; + } +} +/* 大屏增加内边距 */ @media (min-width: 1400px) { :root { --content-max-width: 100%;