From d2d124d305e22a7bb2aee60c3122748cb99e0617 Mon Sep 17 00:00:00 2001 From: Wanpan Date: Thu, 5 Feb 2026 09:55:48 +0800 Subject: [PATCH] fix(upload): add height to picture card style (#56864) --- components/upload/style/picture.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/upload/style/picture.ts b/components/upload/style/picture.ts index 1f8e184386..b6e65895de 100644 --- a/components/upload/style/picture.ts +++ b/components/upload/style/picture.ts @@ -141,6 +141,8 @@ const genPictureCardStyle: GenerateStyle = (token) => { [`${listCls}${listCls}-picture-card, ${listCls}${listCls}-picture-circle`]: { display: 'flex', flexWrap: 'wrap', + height: uploadPictureCardSize, + '@supports not (gap: 1px)': { '& > *': { marginBlockEnd: token.marginXS,