From 8769051a3623e4d14becccce39a3ef94c7c381c2 Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Fri, 24 Oct 2025 17:21:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home.vue b/src/views/home.vue index edc44ae..b692dfe 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -412,7 +412,7 @@ function logout() { /* 主内容区域样式 */ .el-main { height: 100%; - padding: 20px; + padding: 1px 8px 10px 8px; background: transparent; overflow-y: auto; /* 应用自定义滚动条 */