feat: add image progress

This commit is contained in:
tangjinzhou 2022-05-16 14:56:35 +08:00
parent d5348f0361
commit e9d41efcec

View File

@ -135,6 +135,12 @@
}
}
&-progress {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
&-icon {
font-size: @image-preview-operation-size;
}