From 3bb931d4eb57fec4a857c9dd0b11f9643c3506e5 Mon Sep 17 00:00:00 2001 From: longyvfengyun <496960745@qq.com> Date: 星期五, 17 十一月 2023 15:16:38 +0800 Subject: [PATCH] 内容提交 --- src/views/mainLayout/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/mainLayout/index.vue b/src/views/mainLayout/index.vue index 706da9d..b6bea0a 100644 --- a/src/views/mainLayout/index.vue +++ b/src/views/mainLayout/index.vue @@ -90,7 +90,7 @@ </div> </div> <div class="main-layout-content"> - <div class="full-height"> + <div class="full-height" style="overflow-x: hidden"> <div class="main-layout-content-wrapper"> <div class="main-layout-content-header"> <page-header :is-collapse="isCollapse"></page-header> @@ -146,6 +146,7 @@ } .main-layout-content { flex: 1; + overflow-y: auto; } } .main-layout-content-wrapper { @@ -155,16 +156,13 @@ .main-layout-content-body { position: relative; flex: 1; - overflow-y: auto; background-color: #FFFFFF; - box-shadow: 0 0 3px 0 rgba(0,0,0,.1); .body-absolute { position: absolute; top: 0; left: 0; right: 0; bottom: 0; - overflow-x: hidden; } } } -- Gitblit v1.9.1