From ac235850a9287dae6977c964213176fa7c86b140 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 09 十二月 2021 14:42:20 +0800
Subject: [PATCH] Merge branch 'refactor/separate-vue' of ssh://192.168.0.10:29418/pcalife/PAM into refactor/separate-vue

---
 PAMapp/assets/scss/_common.scss |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/PAMapp/assets/scss/_common.scss b/PAMapp/assets/scss/_common.scss
index 2c706e0..768bb07 100644
--- a/PAMapp/assets/scss/_common.scss
+++ b/PAMapp/assets/scss/_common.scss
@@ -4,18 +4,9 @@
     margin: 0;
     color: $PRIMARY_BLACK;
     font-family: Segoe UI;
-    overflow-x: hidden;
     scroll-behavior: smooth;
-}
-
-html {
-    overflow: hidden;
     height: 100%;
-}
-
-body {
-    overflow-y: auto;
-    height: 100%;
+    overflow-x: hidden;
 }
 
 // btn
@@ -55,6 +46,7 @@
     height: 45px;
 
     .cus-tab-item {
+        @extend .fix-chrome-click--issue;
         width: 50%;
         text-align: center;
         font-size: 24px;

--
Gitblit v1.8.0