From f3335e01ea71614db9fa6aedf1d35e1202c3b12f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 11 八月 2022 15:46:26 +0800
Subject: [PATCH] 修改登陆时传PC参数

---
 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..9470685 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: '#a7a7a7', padding: '0'
+    background: '#f8f8fa', padding: '0', color: '#000', fontWeight: 500
   }
   return option
 }
@@ -16,7 +17,9 @@
 // 澶勭悊琛ㄦ牸鍗曞厓鏍兼牱寮�
 export function cellStyle() {
   const option = {
+    // padding: '5px 0'
     padding: '5px 0'
+
   }
   return option
 }

--
Gitblit v1.9.3