diff --git a/public/static/index/pc/css/header.css b/public/static/index/pc/css/header.css index c274b3f9..e0015e53 100644 --- a/public/static/index/pc/css/header.css +++ b/public/static/index/pc/css/header.css @@ -383,18 +383,18 @@ a { } /* 右侧产品展示区:自适应剩余宽度,无溢出 */ -.header-dropdown-products { +/* .header-dropdown-products { display: flex; flex-wrap: wrap; justify-content: flex-end; max-width: 46.75em; -} +} */ .header-dropdown-products { display: flex; flex-wrap: wrap; - justify-content: flex-end; + justify-content: space-between; flex: 1; min-width: 0; gap: 1.5em 0;