wangnan 6 years ago
parent
commit
138bf14826
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/packages/skeleton/skeleton.scss

+ 1 - 2
src/packages/skeleton/skeleton.scss

@@ -35,14 +35,13 @@
     display: flex;
     flex-direction: column;
     justify-content: center;
-    align-items: center;
+    
 }
 
 .vue-skeleton-row {
     display: flex;
     flex-direction: row;
     align-items: center;
-    justify-content: center;
 }
 
 .vue-skeleton-square-wrap {