From 5acc2a40fca686e39b7f92fd11f28b9814c17477 Mon Sep 17 00:00:00 2001 From: ShiCheng Date: Tue, 23 Jul 2019 11:30:14 +0800 Subject: [PATCH] fix Result extra is not centered (#17786) --- components/result/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/result/style/index.less b/components/result/style/index.less index feaa6d1411..5ebf40dcf4 100644 --- a/components/result/style/index.less +++ b/components/result/style/index.less @@ -57,6 +57,9 @@ text-align: center; > * { margin-right: 8px; + &:last-child { + margin-right: 0; + } } }