diff --git a/src/views/dashboard/graphs/Card.vue b/src/views/dashboard/graphs/Card.vue index 1b1fc377..77460679 100644 --- a/src/views/dashboard/graphs/Card.vue +++ b/src/views/dashboard/graphs/Card.vue @@ -54,7 +54,10 @@ const singleVal = computed(() => props.data[key.value]); .chart-card { box-sizing: border-box; color: #333; + display: -webkit-box; + -webkit-box-orient: horizontal; + -webkit-box-pack: center; + -webkit-box-align: center; height: 100%; - line-height: 100%; }