fix: NEZ-751 修复panel chart 显示错位

This commit is contained in:
@changcode
2021-06-21 11:55:31 +08:00
parent ff7b39117f
commit 3b29a6403b
2 changed files with 1 additions and 2 deletions

View File

@@ -277,7 +277,7 @@
display: table;
text-align: center;
box-sizing: border-box;
width: calc(100% - 16px);
width: 100%;
.single-stat-content{
text-align:center;
vertical-align: middle;

View File

@@ -239,7 +239,6 @@
padding-right: 8px;
display: table;
text-align: center;
box-sizing: border-box;
width: calc(100% - 16px);
.single-stat-content{
text-align:center;