feat: 设置为外层滚动

This commit is contained in:
Tim
2025-08-05 18:13:01 +08:00
parent 1edaa50732
commit 0957a5c132
21 changed files with 35 additions and 49 deletions

View File

@@ -18,8 +18,6 @@ export default {
<style scoped>
.callback-page {
background-color: var(--background-color);
height: calc(100vh - var(--header-height));
padding-top: var(--header-height);
display: flex;
flex-direction: column;
align-items: center;

View File

@@ -268,6 +268,8 @@ export default {
<style scoped>
.menu {
position: sticky;
top: 0;
width: 200px;
background-color: var(--menu-background-color);
height: calc(100vh - 20px - var(--header-height));
@@ -418,7 +420,6 @@ export default {
top: calc(var(--header-height) + 10px);
padding-top: 10px;
background-color: var(--background-color-blur);
backdrop-filter: blur(10px);
}
.slide-enter-active,