fix: 修复 panel chart 显示错位

This commit is contained in:
@changcode
2021-06-21 11:45:28 +08:00
parent 09e127eb88
commit ff7b39117f
2 changed files with 2 additions and 0 deletions

View File

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

View File

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