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