This commit is contained in:
张成
2025-11-14 23:14:18 +08:00
parent 0adab95d34
commit 1226350099
24 changed files with 95 additions and 386 deletions

View File

@@ -2,10 +2,10 @@
position: fixed;
top: 0;
left: 0;
z-index: 9;
z-index: 99;
width: 100%;
background-color: #FAFAFA;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: none;
}
.navbarContent {
@@ -53,3 +53,10 @@
height: 24px;
cursor: pointer;
}
.avatar {
width: 32px;
height: 32px;
border-radius: 50%;
object-fit: cover;
}