From 901be26b0491501afe8eb145392a8d8c307f0138 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期三, 12 十月 2022 16:37:09 +0800
Subject: [PATCH] 新增施工交付其他交付功能

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