From 2cd31915236257e325b49f2e86f6912512e1f7ce Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 02 十一月 2025 14:27:15 +0800
Subject: [PATCH] fix:app 用户登录,默认不勾选用户协议
---
app/static/scss/global.scss | 33 ++++++++++++++++++++++++++++++++-
1 files changed, 32 insertions(+), 1 deletions(-)
diff --git a/app/static/scss/global.scss b/app/static/scss/global.scss
index ac636bd..bf4092c 100644
--- a/app/static/scss/global.scss
+++ b/app/static/scss/global.scss
@@ -21,6 +21,37 @@
color: #aaa;
}
+// 闅愯棌婊氬姩鏉′絾淇濇寔婊氬姩鍔熻兘
+::-webkit-scrollbar {
+ display: none;
+ width: 0 !important;
+ height: 0 !important;
+ background: transparent;
+}
+
+// Firefox婊氬姩鏉¢殣钘�
+* {
+ scrollbar-width: none; /* Firefox */
+}
+
+// IE/Edge婊氬姩鏉¢殣钘�
+* {
+ -ms-overflow-style: none; /* IE 10+ */
+}
+
+// 鍏ㄥ眬闅愯棌婊氬姩鏉℃牱寮�
+scroll-view::-webkit-scrollbar {
+ display: none;
+ width: 0 !important;
+ height: 0 !important;
+ background: transparent;
+}
+
+scroll-view {
+ scrollbar-width: none; /* Firefox */
+ -ms-overflow-style: none; /* IE 10+ */
+}
+
.list-cell-arrow::before {
content: ' ';
height: 10px;
@@ -87,4 +118,4 @@
color: #999;
}
}
- }
+ }
\ No newline at end of file
--
Gitblit v1.9.1