From 2444ba492d9b98cdb6881e5144bc9b90992a5a4b Mon Sep 17 00:00:00 2001 From: sc Date: Wed, 1 Dec 2021 12:17:35 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E7=A7=BB=E9=99=A4=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/app.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/style/app.scss b/src/style/app.scss index 295a1e40..a104d56d 100644 --- a/src/style/app.scss +++ b/src/style/app.scss @@ -7,14 +7,6 @@ a:-webkit-any-link {text-decoration: none;} a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: border-box;outline:none !important; -webkit-appearance: none;} * {margin: 0;padding: 0;box-sizing: border-box;outline: none;} -/* 全局滚动条样式 */ -.scrollable {-webkit-overflow-scrolling: touch;} -::-webkit-scrollbar {width: 5px;height: 5px;} -::-webkit-scrollbar-thumb {background-color: rgba(50, 50, 50, 0.3);} -::-webkit-scrollbar-thumb:hover {background-color: rgba(50, 50, 50, 0.6);} -::-webkit-scrollbar-track {background-color: rgba(50, 50, 50, 0.1);} -::-webkit-scrollbar-track:hover {background-color: rgba(50, 50, 50, 0.2);} - /* 大布局样式 */ .aminui {display: flex;flex-flow: column;} .aminui-wrapper {display: flex;flex:1;overflow: auto;}