mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:04:01 +00:00
fix: update style
This commit is contained in:
parent
137f093e05
commit
8cd5dbc74d
@ -54,7 +54,10 @@ const singleVal = computed(() => props.data[key.value]);
|
|||||||
.chart-card {
|
.chart-card {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-pack: center;
|
||||||
|
-webkit-box-align: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 100%;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user