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