From fd59571a8536d48d4029eb7b09a717393f19e210 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 22 六月 2022 17:29:46 +0800
Subject: [PATCH] 1.角色关联功能勾选提交功能 2.供方清单(新增、编辑、删除) 功能开发

---
 src/utils/global.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/global.js b/src/utils/global.js
index f636c90..ae431e0 100644
--- a/src/utils/global.js
+++ b/src/utils/global.js
@@ -6,7 +6,7 @@
 // 澶勭悊琛ㄥご鍗曞厓鏍兼牱寮�
 export function headerCellStyle() {
   const option = {
-    background: '#eee', padding: '5px 0'
+    background: '#eee', padding: '0'
   }
   return option
 }

--
Gitblit v1.9.3