Skip to content

Commit

Permalink
fix: tag-border-radius not work (#34741)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Mar 27, 2022
1 parent 4491592 commit 9c7c424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tag/style/index.less
Expand Up @@ -15,7 +15,7 @@
white-space: nowrap;
background: @tag-default-bg;
border: @border-width-base @border-style-base @border-color-base;
border-radius: @border-radius-base;
border-radius: @tag-border-radius;
opacity: 1;
transition: all 0.3s;

Expand Down

0 comments on commit 9c7c424

Please sign in to comment.