fix: 去除特殊列表动态绑定样式,修复Single-value页面 图表展示错误问题

This commit is contained in:
@changcode
2022-01-20 15:50:09 +08:00
parent a6c5ee057d
commit 3d47a5af05
8 changed files with 84 additions and 99 deletions

View File

@@ -285,7 +285,7 @@
font-size: 20px;
}
}
}
}
&.cn-chart__single-value--icon-right {
display: flex;
flex-direction: row-reverse;
@@ -817,7 +817,11 @@
display: flex;
flex-direction: column;
max-width: 60%;
padding-right: 10px;
padding-left: 10px;
div:nth-of-type(1) {
margin-bottom: 10px;
}
.content__data {
padding-bottom: 7%;