From e378faea25d7d71b6244ee70133877ea5ba7ec91 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 12 七月 2023 13:17:15 +0800
Subject: [PATCH] 修改

---
 src/App.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index f4393e9..487663f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -15,10 +15,18 @@
   padding: 0px;
 }
 .inner{
-	background-color: #fff;padding: 20px 10px;
+	background-color: #fff;
+  padding: 20px 10px;
 	height: 88vh;
   overflow: hidden;
   overflow-y: scroll;
+  scrollbar-width: thin;
+  scrollbar-color: transparent transparent;
+
+  &::-webkit-scrollbar {
+    width: 0;
+    background-color: transparent;
+  }
 }
 .ftright{
 	float:right;

--
Gitblit v1.9.2