Browse Source

样式修改

wolyshaw 4 years ago
parent
commit
b5a328b8ba
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/components/statistic/index.vue
  2. 1 0
      src/views/main/baseinfo/index.vue

+ 1 - 0
src/components/statistic/index.vue

@@ -72,6 +72,7 @@ export default {
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
+  padding: 20px 0;
   .item{
     display: flex;
     position: relative;

+ 1 - 0
src/views/main/baseinfo/index.vue

@@ -131,6 +131,7 @@ export default {
     }
     /deep/ .el-card__body .statistic {
       margin-bottom: 15px;
+      padding: 0;
     }
   }
 </style>