From b1c2e14b0d3fab59dff7ef3694248bcb2376b280 Mon Sep 17 00:00:00 2001
From: cpf <1105965053@qq.com>
Date: Thu, 30 Jun 2022 16:04:39 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E9=A1=B5?=
 =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../system-management/user/user.component.scss   | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/src/app/system-management/user/user.component.scss b/src/app/system-management/user/user.component.scss
index 4834177..121e206 100644
--- a/src/app/system-management/user/user.component.scss
+++ b/src/app/system-management/user/user.component.scss
@@ -89,11 +89,12 @@
 }
 .box{
   flex: 1;
-  overflow: auto;
+  // overflow: auto;
   padding-top: 20px;
-  ::-webkit-scrollbar {
-    display: none;
-  }
+  overflow-y:auto;
+  display: flex;
+  flex-direction: column;
+  height: 100%;
 }
 .topbox {
   width: 100%;
@@ -130,11 +131,8 @@
 .tablebox {
   flex: 1;
   overflow-y: auto;
-
-  //滚动条样式
-  ::-webkit-scrollbar {
-    display: none;
-  }
+  overflow: auto;
+ 
 }
 
 .pagination {