修改导航区域结构测试

This commit is contained in:
670788339
2025-11-08 09:11:41 +08:00
parent c83b44f773
commit 18c14addca

View File

@@ -2754,13 +2754,13 @@ a.custom2 {
} }
} }
// 2025-11-07 10:00 修改 // 2025-11-07 10:00 修改
.hot-tags-wrapper { //.hot-tags-wrapper {
display: flex; // display: flex;
flex-wrap: wrap; // flex-wrap: wrap;
gap: 15px; // gap: 15px;
align-items: center; // align-items: center;
padding-top: 2px; // padding-top: 2px;
} //}
.hot-tags-wrapper { .hot-tags-wrapper {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, max-content)); grid-template-columns: repeat(auto-fill, minmax(120px, max-content));