From 4001279159dd37942b3cf4c83ab537f95832a82d Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@163.com>
Date: 星期一, 06 六月 2022 13:33:21 +0800
Subject: [PATCH] BUG修改

---
 src/assets/styles/custom.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/assets/styles/custom.scss b/src/assets/styles/custom.scss
index af4dd1e..f6ebab3 100644
--- a/src/assets/styles/custom.scss
+++ b/src/assets/styles/custom.scss
@@ -3,8 +3,8 @@
   background-color:#f8f8f8;
 }
 ::-webkit-scrollbar {//婊氬姩鏉$殑瀹藉害
-  width:6px;
-  height:6px;
+  width:10px;
+  height:10px;
 }
 ::-webkit-scrollbar-thumb {//婊氬姩鏉$殑璁剧疆
   background-color:#dddddd;
@@ -19,3 +19,6 @@
   flex-direction: row;
   align-items: center;
 }
+.el-dialog__body {
+  padding: 15px 20px 0 20px!important;
+}

--
Gitblit v1.9.1