From 6db0cafcee5806ae95131c73a4a2c0f1a5ec60d5 Mon Sep 17 00:00:00 2001 From: yuantao Date: Fri, 16 Jan 2026 18:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E7=AE=A1=E7=90=86=E7=AB=AF=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.css | 3 +-- src/views/Admin.vue | 18 ++++++++++++++- src/views/Display.vue | 53 +++++++++++++++++++++++++++++++++---------- 3 files changed, 59 insertions(+), 15 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index fe159cc..3e06a86 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -9,7 +9,7 @@ html, body { width: 100%; height: 100%; - overflow: hidden; + overflow: auto; } body { @@ -25,7 +25,6 @@ body { #app { width: 100%; height: 100%; - overflow-y: scroll; } .el-container { diff --git a/src/views/Admin.vue b/src/views/Admin.vue index b063847..2e95b32 100644 --- a/src/views/Admin.vue +++ b/src/views/Admin.vue @@ -328,9 +328,20 @@ const clearBackgroundImage = async () => { + +