1
This commit is contained in:
6
nx/config/zbTable.js
Normal file
6
nx/config/zbTable.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function setCellHeaderStyle() {
|
||||
return { background: '#f5f5f5', fontSize: '14px' }
|
||||
}
|
||||
export function setCellStyle(e) {
|
||||
return { fontSize: '15px' }
|
||||
}
|
||||
Reference in New Issue
Block a user