fix: default route for logo

This commit is contained in:
jialin
2025-02-23 13:32:03 +08:00
parent 69feb6a4f1
commit 2c2e9396c4
6 changed files with 16 additions and 10 deletions
+9
View File
@@ -343,6 +343,15 @@ body {
display: none;
position: absolute;
top: 12px;
&::after {
content: '';
position: absolute;
height: 48px;
width: 64px;
top: -16px;
left: -16px;
}
}
&:hover {