From 4a32629d41077500b97536ab85970e8d731dd4f8 Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Mon, 14 Jul 2025 16:25:49 +0800 Subject: [PATCH] 1 --- public/static/index/pc/css/orico_header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/index/pc/css/orico_header.css b/public/static/index/pc/css/orico_header.css index 96c3685d..18788ab3 100755 --- a/public/static/index/pc/css/orico_header.css +++ b/public/static/index/pc/css/orico_header.css @@ -5,7 +5,7 @@ .header-PC #header { margin: 0 auto; height: 3.75rem; - width: 1920px; + max-width: var(--max-width); position: fixed; top: 0; display: flex;