Commit 39c8dbc0 authored by 吴永生#A02208's avatar 吴永生#A02208

fix: 添加菜单下拉

parent 8ea4c62e
...@@ -105,7 +105,14 @@ const OperatorItem = (props: IOperatorItemProps) => { ...@@ -105,7 +105,14 @@ const OperatorItem = (props: IOperatorItemProps) => {
</span> </span>
); );
})} })}
<MyMenu options={[]} value="dd"> <MyMenu
options={[
{ label: "1.1.0", value: "1.1.0" },
{ label: "1.2.0", value: "1.2.0" },
{ label: "1.3.0", value: "1.3.0" },
]}
value="1.1.0"
>
<div>ddd</div> <div>ddd</div>
</MyMenu> </MyMenu>
</div> </div>
......
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