Browse Source

Merge pull request #6601 from pierreneter/patch-1

Add relative for radio-button-wrapper.
pull/6603/head
偏右 8 years ago
committed by GitHub
parent
commit
111a1b100a
  1. 1
      components/radio/style/index.less

1
components/radio/style/index.less

@ -128,6 +128,7 @@ span.@{radio-prefix-cls} + * {
border-left: 0; border-left: 0;
background: @radio-button-bg; background: @radio-button-bg;
padding: 0 16px; padding: 0 16px;
position: relative;
a { a {
color: @radio-button-color; color: @radio-button-color;

Loading…
Cancel
Save