From ddb41cb27f0b4027bb25717319fa3bcc5b1991f3 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 08 八月 2022 17:30:06 +0800
Subject: [PATCH] 1.平板自适应完成部分2.整体样式修改完成部分
---
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