Skip to content

Commit 1ffaec6

Browse files
authored
feat(Popover): add zIndex
close #24
1 parent 594909e commit 1ffaec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Popover/Popover.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class Popover extends Component {
4343
popupClassName: PropTypes.string,
4444
/** 弹出层的样式 */
4545
popupStyle: PropTypes.object,
46+
/** 弹出层的z-index */
47+
zIndex: PropTypes.number,
4648
/** 自定义弹出层容器 */
4749
getPopupContainer: PropTypes.func,
4850
/**

0 commit comments

Comments
 (0)