fix: use inherit for font family
This commit is contained in:
parent
766b4c669f
commit
b7b4530a11
@ -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…
x
Reference in New Issue
Block a user