Browse Source

feat: add tooltip-border-radius

pull/5629/head
tangjinzhou 2 years ago
parent
commit
e5e98e5776
  1. 2
      components/tooltip/style/index.less

2
components/tooltip/style/index.less

@ -65,7 +65,7 @@
text-decoration: none;
word-wrap: break-word;
background-color: @tooltip-bg;
border-radius: @border-radius-base;
border-radius: @tooltip-border-radius;
box-shadow: @box-shadow-base;
}

Loading…
Cancel
Save