提交 3fa30ddc 编写于 作者: 偏右

Merge pull request #479 from ant-design/fix-popover-style

fix: delete :after of placement
......@@ -42,7 +42,7 @@ const Popover = React.createClass({
},
getPopupDomNode() {
return this.refs.tooltip.refs.trigger.popupDomNode;
return this.refs.tooltip.getPopupDomNode();
},
getOverlay() {
......
......@@ -57,45 +57,21 @@
&-placement-top, &-placement-topLeft, &-placement-topRight {
margin-top: -@popover-arrow-width;
padding-bottom: @popover-distance;
&:after {
top: 100%;
left: 0;
width: 100%;
height: 8px;
}
}
&-placement-right, &-placement-rightTop, &-placement-rightBottom {
margin-left: @popover-arrow-width;
padding-left: @popover-distance;
&:after {
top: 0;
left: -8px;
width: 8px;
height: 100%;
}
}
&-placement-bottom, &-placement-bottomLeft, &-placement-bottomRight {
margin-top: @popover-arrow-width;
padding-top: @popover-distance;
&:after {
top: -8px;
left: 0;
width: 100%;
height: 8px;
}
}
&-placement-left, &-placement-leftTop, &-placement-leftBottom {
margin-left: -@popover-arrow-width;
padding-right: @popover-distance;
&:after {
top: 0;
left: 100%;
width: 8px;
height: 100%;
}
}
&-inner {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册