修改导航

This commit is contained in:
筱野
2025-09-21 22:00:30 +08:00
parent b42a5d610c
commit 64aa4ab2e3
10 changed files with 263 additions and 40 deletions

View File

@@ -1,14 +1,15 @@
@use '~@/scss/themeColor.scss' as theme;
.publish-ball {
padding-top: 0;
min-height: 100vh;
background: theme.$page-background-color;
box-sizing: border-box;
position: relative;
&__scroll {
height: calc(100vh - 120px);
overflow: auto;
padding: 4px 16px 72px 16px;
padding: 4px 16px 20px 16px;
box-sizing: border-box;
}
@@ -254,4 +255,8 @@
100% {
transform: rotate(360deg);
}
}
}
.publish-ball-navbar{
box-shadow: none!important;
}