diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 97d3cf0..3a98eb1 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -32,7 +32,7 @@ /* 三栏骨架 */ --col-left: 236px; --col-main: 640px; - --col-right: 306px; + --col-right: 264px; --gutter: 28px; } diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index 9e7cb63..1eb300e 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -1,5 +1,5 @@