fix: update style

This commit is contained in:
Qiuxia Fan 2022-01-25 15:23:36 +08:00
parent 137f093e05
commit 8cd5dbc74d

View File

@ -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%;
}
</style>