From e9d41efcec50909d8391d6382864ae14c26596c1 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 16 May 2022 14:56:35 +0800 Subject: [PATCH] feat: add image progress --- components/image/style/index.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/image/style/index.less b/components/image/style/index.less index 3afbc0de1..4a66e2e67 100644 --- a/components/image/style/index.less +++ b/components/image/style/index.less @@ -135,6 +135,12 @@ } } + &-progress { + position: absolute; + left: 50%; + transform: translateX(-50%); + } + &-icon { font-size: @image-preview-operation-size; }