From d2d124d305e22a7bb2aee60c3122748cb99e0617 Mon Sep 17 00:00:00 2001 From: Wanpan Date: Thu, 5 Feb 2026 09:55:48 +0800 Subject: [PATCH 1/2] 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, From 9673185fbf6de58beed11a0e87bad42a39d51f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Thu, 5 Feb 2026 15:20:44 +0800 Subject: [PATCH 2/2] chore: lock antd-img-crop to ~4.27.0 (#56869) Co-authored-by: Claude Opus 4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f38eb6b3f1..c3739cb56d 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "adm-zip": "^0.5.16", "ajv": "^8.17.1", "ali-oss": "^6.23.0", - "antd-img-crop": "^4.27.0", + "antd-img-crop": "~4.27.0", "antd-style": "^4.1.0", "antd-token-previewer": "^3.0.0", "axios": "^1.13.2",