Skip to content

Commit

Permalink
update 骨架屏组件居中问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wangnan committed Mar 1, 2019
1 parent aa06054 commit f287ae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/packages/skeleton/skeleton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@
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 {
Expand Down

0 comments on commit f287ae5

Please sign in to comment.