From 6b8cde57ce4e1548617af33ddbb94de6558eea18 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 18 九月 2023 16:33:21 +0800 Subject: [PATCH] 修复两个bug --- src/components/layout/components/AppMain.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/components/AppMain.vue b/src/components/layout/components/AppMain.vue index 7cdbb3d..1572948 100644 --- a/src/components/layout/components/AppMain.vue +++ b/src/components/layout/components/AppMain.vue @@ -30,10 +30,10 @@ flex: 1; flex-direction: column; // height: 100%; - width: 100%; + width: calc(100% - 210px); .app-main-content { width: 100%; - overflow-y: auto; + overflow-y: hidden; } } </style> -- Gitblit v1.8.0