소스 검색

Merge branch 'Inspection' into online

wolyshaw 4 년 전
부모
커밋
03291ee8be
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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>