Browse Source

fix Popover arrow narrow line at top

pull/13941/head
廖星 6 years ago
committed by 偏右
parent
commit
d064c0966b
  1. 2
      components/popover/style/index.less

2
components/popover/style/index.less

@ -113,7 +113,7 @@
&-placement-top > &-content > &-arrow,
&-placement-topLeft > &-content > &-arrow,
&-placement-topRight > &-content > &-arrow {
bottom: @popover-distance - @popover-arrow-width + 1.5px;
bottom: @popover-distance - @popover-arrow-width + 2.2px;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
border-top-color: transparent;
border-right-color: @popover-bg;

Loading…
Cancel
Save