Skip to content

Commit e574fbe

Browse files
committed
fix(Loading): fix loading content is not centered
1 parent 159ab6b commit e574fbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/upload/upload.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@
9191
display: flex;
9292
flex-direction: column;
9393
align-items: center;
94+
justify-content: center;
9495
border-radius: @upload-radius;
9596
color: @text-color-anti;
9697
padding: 32rpx 0;
98+
box-sizing: border-box;
9799
}
98100

99101
&-text {

0 commit comments

Comments
 (0)