From 8bcd3e2fef50796434c480ac2503daf4a258d63f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 09 八月 2022 14:16:14 +0800
Subject: [PATCH] 1.往来单位页面修改递交

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

diff --git a/src/utils/global.js b/src/utils/global.js
index 310c12a..48fbde4 100644
--- a/src/utils/global.js
+++ b/src/utils/global.js
@@ -8,7 +8,8 @@
 // 澶勭悊琛ㄥご鍗曞厓鏍兼牱寮�
 export function headerCellStyle() {
   const option = {
-    background: '#eee', padding: '0'
+    // background: '#eee', padding: '0'
+    background: '#f8f8fa', padding: '0', color: '#a7a7a7'
   }
   return option
 }
@@ -16,7 +17,9 @@
 // 澶勭悊琛ㄦ牸鍗曞厓鏍兼牱寮�
 export function cellStyle() {
   const option = {
+    // padding: '5px 0'
     padding: '5px 0'
+
   }
   return option
 }

--
Gitblit v1.9.3