From 00f4875456d9e6b16b7a7c5c865704c8766489ac Mon Sep 17 00:00:00 2001 From: leejimqiu Date: Sun, 23 Apr 2023 17:33:20 +0800 Subject: [PATCH] fix(image): resolve vertical align --- style/mobile/components/image/v2/_index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/mobile/components/image/v2/_index.less b/style/mobile/components/image/v2/_index.less index 198e4bd92c..85a7d712dd 100644 --- a/style/mobile/components/image/v2/_index.less +++ b/style/mobile/components/image/v2/_index.less @@ -6,6 +6,10 @@ color: @image-color; font-size: 0; + &__img { + vertical-align: middle; + } + &__mask { display: flex; align-items: center;