diff --git a/src/components/Layout.vue b/src/components/Layout.vue index af8268f..c912249 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -42,7 +42,7 @@ --> - + - + - + diff --git a/src/html/Home.vue b/src/html/Home.vue index fb15516..b02c277 100644 --- a/src/html/Home.vue +++ b/src/html/Home.vue @@ -122,7 +122,7 @@ import CenterTop from '@/components/Max/CenterTop.vue'; margin: 0; height: 100vh; width: 100vw; - padding: 4vh 10vw 10vh 7vw; + padding: 4vh 10vw 10vh 9vw; /* background-color: rgb(121, 184, 243); */ background-color: #001529; /* background-image: url('/bg05.png'); */ @@ -133,6 +133,7 @@ import CenterTop from '@/components/Max/CenterTop.vue'; position: relative; color: black; box-sizing: border-box; + } .custom-decoration{ @@ -161,12 +162,13 @@ import CenterTop from '@/components/Max/CenterTop.vue'; .container { display: flex; flex-direction: column; - width: 80vw; + width: 82vw; height: 100%; gap: 1vh; position: relative; /* 为了在背景下显示 */ z-index: 1; + } .header { @@ -213,6 +215,8 @@ import CenterTop from '@/components/Max/CenterTop.vue'; display: flex; flex-direction: row; gap: 1vw; + overflow-y: scroll; + scrollbar-width:none; } .left-section, diff --git a/src/html/Test.vue b/src/html/Test.vue index 6c842e5..5a63f5b 100644 --- a/src/html/Test.vue +++ b/src/html/Test.vue @@ -1,164 +1,616 @@ - -