🐛 fix Menu inlineCollpsed title (#22182)

when set getPopupContainer to trigger node

close #22180
This commit is contained in:
偏右 2020-03-13 12:21:24 +08:00 committed by GitHub
parent e2029e398e
commit b1189097c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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