From 0f5ad3c080b5a18713e8747619a263ec549c7a04 Mon Sep 17 00:00:00 2001 From: joeguang Date: Wed, 22 Jan 2025 10:11:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20layout=20content=20=E6=A8=AA=E5=90=91?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/default/content/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/default/content/index.vue b/src/layouts/default/content/index.vue index 68c794f42..e06dec60c 100644 --- a/src/layouts/default/content/index.vue +++ b/src/layouts/default/content/index.vue @@ -39,7 +39,7 @@ width: 100%; height: 0; min-height: 0; - overflow: auto; + overflow: hidden auto; // begin: 下面这块代码 在我的项目打包后在比较宽的屏幕(2K 31 寸)有显示 bug 有偶发性 清缓存首次进入会出现 , 刷新就没了, 这里为什么要指定宽度 ? &.fixed {