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;