Commit 81e86060 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

feat: support extra

parent 123f46d7
import React from 'react';
export interface ResultProps {
actions?: React.ReactNode;
className?: string;
description?: React.ReactNode;
extra?: React.ReactNode;
......
......@@ -262,7 +262,7 @@ class AdvancedProfile extends Component {
logo={
<img alt="" src="https://gw.alipayobjects.com/zos/rmsportal/nxkuOJlFJuAUhzlMTCEe.png" />
}
action={action}
extra={action}
content={description}
extraContent={extra}
tabList={tabList}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment