mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
🐛 fix Menu inlineCollpsed title (#22182)
when set getPopupContainer to trigger node close #22180
This commit is contained in:
parent
e2029e398e
commit
b1189097c7
@ -520,6 +520,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.@{iconfont-css-prefix} {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
&-tooltip {
|
&-tooltip {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
.@{iconfont-css-prefix} {
|
.@{iconfont-css-prefix} {
|
||||||
@ -537,9 +542,6 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.anticon {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-item-group-list {
|
&-item-group-list {
|
||||||
|
Loading…
Reference in New Issue
Block a user