We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594909e commit 1ffaec6Copy full SHA for 1ffaec6
src/components/Popover/Popover.jsx
@@ -43,6 +43,8 @@ class Popover extends Component {
43
popupClassName: PropTypes.string,
44
/** 弹出层的样式 */
45
popupStyle: PropTypes.object,
46
+ /** 弹出层的z-index */
47
+ zIndex: PropTypes.number,
48
/** 自定义弹出层容器 */
49
getPopupContainer: PropTypes.func,
50
/**
0 commit comments