From ce88e217a2acea35652ef5c2a47afe53653e02a3 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: Mon, 04 Sep 2023 15:43:41 +0800
Subject: [PATCH] update src/views/Admin/components/msgDetailMod.vue.
---
src/App.vue | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index f4393e9..1f80fff 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -11,14 +11,22 @@
-moz-osx-font-smoothing: grayscale;
}
* {
- margin: 0px;
- padding: 0px;
+ margin: 0;
+ padding: 0;
}
.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