loulijun2021
2022-06-22 fd59571a8536d48d4029eb7b09a717393f19e210
src/utils/global.js
@@ -6,7 +6,7 @@
// 处理表头单元格样式
export function headerCellStyle() {
  const option = {
    background: '#eee', padding: '5px 0'
    background: '#eee', padding: '0'
  }
  return option
}