issue下拉-样式错乱

This commit is contained in:
caishi 2025-04-01 18:04:49 +08:00
parent b297588beb
commit 59633e375f
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -128,7 +128,7 @@
display: flex;
align-items: center;
}
ul{
ul:not(.ant-menu){
display: flex;
align-items: center;
&.statusul{