@@ -72,6 +72,7 @@ export default {
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
+ padding: 20px 0;
.item{
display: flex;
position: relative;
@@ -131,6 +131,7 @@ export default {
}
/deep/ .el-card__body .statistic {
margin-bottom: 15px;
+ padding: 0;
</style>