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