mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix: font-family
This commit is contained in:
parent
479b469db1
commit
3b3ea25523
@ -78,7 +78,7 @@ export const Gantt: any = (props: any) => {
|
|||||||
handleWidth = 8,
|
handleWidth = 8,
|
||||||
timeStep = 300000,
|
timeStep = 300000,
|
||||||
arrowColor = 'grey',
|
arrowColor = 'grey',
|
||||||
fontFamily = 'Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue',
|
fontFamily = `-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'`,
|
||||||
fontSize = currentTheme === 'compact' ? '12px' : '14px',
|
fontSize = currentTheme === 'compact' ? '12px' : '14px',
|
||||||
arrowIndent = 20,
|
arrowIndent = 20,
|
||||||
todayColor = 'rgba(252, 248, 227, 0.5)',
|
todayColor = 'rgba(252, 248, 227, 0.5)',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user