Skip to content

Commit e9d41ef

Browse files
committed
feat: add image progress
1 parent d5348f0 commit e9d41ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/image/style/index.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@
135135
}
136136
}
137137

138+
&-progress {
139+
position: absolute;
140+
left: 50%;
141+
transform: translateX(-50%);
142+
}
143+
138144
&-icon {
139145
font-size: @image-preview-operation-size;
140146
}

0 commit comments

Comments
 (0)