产品列表图片倒序调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2026-04-11 10:27:20 +08:00
parent bc9f233cb2
commit 7ff746267b

View File

@@ -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;