0
点赞
收藏
分享

微信扫一扫

前端项目实战169-Popover提示框

小月亮06 2022-11-12 阅读 100

<Popover {...otherProps} style={{ width: "100%" }} placement="top" content={content} trigger="click">
<Tabs
hideAdd
onChange={onChange}
activeKey={activeKey}
type="editable-card"
onEdit={onEdit}
>
{items.map((pane, index) => (
<TabPane closable={!disFlag} tab={pane.styleNameValue} key={pane.styleId}>
</TabPane>
))}

</Tabs>
</Popover>



举报

相关推荐

0 条评论