mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
修改导航区域结构测试
This commit is contained in:
@@ -2636,21 +2636,21 @@ export default {
|
|||||||
}
|
}
|
||||||
/* ---end--- */
|
/* ---end--- */
|
||||||
// 2025-11-07 10:00 修改
|
// 2025-11-07 10:00 修改
|
||||||
.search-div.nav {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
//.search-div.nav {
|
//.search-div.nav {
|
||||||
// display: flex;
|
// display: block;
|
||||||
// flex-direction: column;
|
|
||||||
// height: auto;
|
|
||||||
// min-height: 100px;
|
|
||||||
//}
|
|
||||||
//.hot-tags-area {
|
|
||||||
// width: 100%;
|
// width: 100%;
|
||||||
// margin-top: 15px;
|
// clear: both;
|
||||||
//}
|
//}
|
||||||
|
.search-div.nav {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: auto;
|
||||||
|
min-height: 100px;
|
||||||
|
}
|
||||||
|
.hot-tags-area {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.option-item {
|
.option-item {
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
@@ -2761,22 +2761,22 @@ a.custom2 {
|
|||||||
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));
|
||||||
// gap: 15px 20px;
|
gap: 15px 20px;
|
||||||
// align-items: center;
|
align-items: center;
|
||||||
// justify-items: start;
|
justify-items: start;
|
||||||
// width: 100%;
|
width: 100%;
|
||||||
// padding: 10px 0;
|
padding: 10px 0;
|
||||||
//}
|
}
|
||||||
//.hot-tags-wrapper .option-item {
|
.hot-tags-wrapper .option-item {
|
||||||
// position: relative;
|
position: relative;
|
||||||
// cursor: pointer;
|
cursor: pointer;
|
||||||
// white-space: nowrap;
|
white-space: nowrap;
|
||||||
// padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
// text-align: center;
|
text-align: center;
|
||||||
//}
|
}
|
||||||
.course-tags {
|
.course-tags {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user