From 424168788db04a0545fa68244c09a0838a86f4a7 Mon Sep 17 00:00:00 2001 From: rex Date: Wed, 16 Dec 2020 17:36:23 +0800 Subject: [PATCH] fix(goods-action): set box-sizing to keep height (#3865) fix #3753 --- packages/goods-action/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/goods-action/index.less b/packages/goods-action/index.less index 020f0fac..84a72217 100644 --- a/packages/goods-action/index.less +++ b/packages/goods-action/index.less @@ -8,6 +8,7 @@ left: 0; display: flex; align-items: center; + box-sizing: content-box; .theme(height, '@goods-action-height'); .theme(background-color, '@goods-action-background-color');