From da7f8a7bf1659c56bc54d94e1be145455bdc71c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Fri, 30 Apr 2021 11:42:13 +0800 Subject: [PATCH] chore: Adjust Radio spin style (#30367) --- components/radio/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/radio/style/index.less b/components/radio/style/index.less index 3fe8936f2d..4bdea7230f 100644 --- a/components/radio/style/index.less +++ b/components/radio/style/index.less @@ -84,7 +84,7 @@ position: absolute; top: ((@radio-size - @radio-dot-size) / 2) - @radio-border-width; left: ((@radio-size - @radio-dot-size) / 2) - @radio-border-width; - display: table; + display: block; width: @radio-dot-size; height: @radio-dot-size; background-color: @radio-dot-color;