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