mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
修改导航区域结构测试
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user