Update poptip.less

This commit is contained in:
梁灏 2019-09-16 16:07:59 +08:00
parent 09afb6d6a0
commit 1acf414137

View file

@ -34,6 +34,7 @@
&-inner{
color: @title-color;
font-size: @font-size-base;
font-weight: 500;
}
}
@ -66,7 +67,7 @@
&-popper{
min-width: 150px;
font-size: @font-size-small;
font-size: @font-size-base;
.popper(@poptip-arrow, @poptip-arrow-width, @poptip-distance, @poptip-arrow-color);
&[x-placement^="top"] .@{poptip-arrow}:after {
@ -152,4 +153,4 @@
margin-left: 4px;
}
}
}
}