Files
zgty-mas-m/nx/config/zbTable.js
houjunxiang 386f1e7466 1
2025-10-09 18:19:55 +08:00

7 lines
160 B
JavaScript

export function setCellHeaderStyle() {
return { background: '#f5f5f5', fontSize: '14px' }
}
export function setCellStyle(e) {
return { fontSize: '15px' }
}