From 4648a3bee638e9a99d2d80b66f8833b261a2db91 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 25 九月 2025 22:39:24 +0800
Subject: [PATCH] feat:设计 app ui

---
 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