mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改导航区域结构测试
This commit is contained in:
@@ -2754,13 +2754,13 @@ a.custom2 {
|
||||
}
|
||||
}
|
||||
// 2025-11-07 10:00 修改
|
||||
.hot-tags-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 15px;
|
||||
align-items: center;
|
||||
padding-top: 2px;
|
||||
}
|
||||
//.hot-tags-wrapper {
|
||||
// display: flex;
|
||||
// flex-wrap: wrap;
|
||||
// gap: 15px;
|
||||
// align-items: center;
|
||||
// padding-top: 2px;
|
||||
//}
|
||||
.hot-tags-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, max-content));
|
||||
|
||||
Reference in New Issue
Block a user