修改导航
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user