Browse Source

fix tag radius

pull/7971/merge
afc163 7 years ago
parent
commit
91ffaea060
  1. 2
      components/tag/style/index.less

2
components/tag/style/index.less

@ -9,7 +9,7 @@
line-height: 20px;
height: 22px;
padding: 0 7px;
border-radius: @border-radius-sm;
border-radius: @border-radius-base;
border: @border-width-base @border-style-base @border-color-base;
background: @tag-default-bg;
font-size: @tag-font-size;

Loading…
Cancel
Save