forked from Gitlink/forgeplus-react
issue下拉-样式错乱
This commit is contained in:
parent
b297588beb
commit
59633e375f
|
|
@ -84,7 +84,7 @@ function Menus({className,name, ids , lists , size , imgControl , searchFunc , c
|
|||
}
|
||||
return(
|
||||
<li className={className || ""}>
|
||||
<Drop className={className} ref={dropRef} overlay={menu(lists)} placement={"bottomRight"} >
|
||||
<Drop className={className} ref={dropRef} overlay={menu(lists)} placement={"bottomRight"} idname="root">
|
||||
<span className="task-hide">{showValue || (update ? `更换${name}` : name) }</span>
|
||||
<Icon type="caret-down" className="color-grey-6" />
|
||||
</Drop>
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
ul{
|
||||
ul:not(.ant-menu){
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&.statusul{
|
||||
|
|
|
|||
Loading…
Reference in New Issue