feat: 首页优化

This commit is contained in:
CalciumIon
2024-12-11 17:19:03 +08:00
parent 3622c664b6
commit 64e085dc4c
3 changed files with 41 additions and 17 deletions

View File

@@ -17,6 +17,10 @@ body {
flex-direction: column;
}
#root > section > header > section > div > div > div > div.semi-navigation-header-list-outer > div.semi-navigation-list-wrapper > ul > div > a > li > span{
font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
.semi-table-tbody,
.semi-table-row,
@@ -39,6 +43,10 @@ body {
row-gap: 3px;
column-gap: 10px;
}
.semi-navigation-horizontal .semi-navigation-header {
margin-right: 0;
}
}
.semi-table-tbody > .semi-table-row > .semi-table-row-cell {