fix: use inherit for font family
This commit is contained in:
parent
ede3dec1d6
commit
77ed7a5d91
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
:grid="true"
|
:grid="true"
|
||||||
@dragend-bar="updateTask"
|
@dragend-bar="updateTask"
|
||||||
@dblclick-bar="openTask"
|
@dblclick-bar="openTask"
|
||||||
font="'Open Sans', sans-serif"
|
font="inherit"
|
||||||
:width="ganttChartWidth + 'px'"
|
:width="ganttChartWidth + 'px'"
|
||||||
>
|
>
|
||||||
<template #timeunit="{label, value}">
|
<template #timeunit="{label, value}">
|
||||||
|
|
Loading…
Reference in a new issue