From 34cc744b97ecfcd24bd2425d004e91c896728b7f Mon Sep 17 00:00:00 2001 From: codpoe Date: Thu, 12 Sep 2019 19:43:29 +0800 Subject: [PATCH] fix: fix sku img radius (#4448) --- src/sku/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sku/index.less b/src/sku/index.less index e9c7d5bea..18c8654ec 100644 --- a/src/sku/index.less +++ b/src/sku/index.less @@ -33,6 +33,7 @@ width: 96px; height: 96px; margin: @padding-sm 0; + overflow: hidden; background: @background-color; border-radius: 4px;