feat: add tooltip-border-radius

pull/5629/head
tangjinzhou 2022-08-06 17:16:11 +08:00
parent 05357a8c3f
commit e5e98e5776
1 changed files with 1 additions and 1 deletions

View File

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