fix: text overflow when text omission component width is lower than maxWidth (#4364)
parent
66c732fdee
commit
ceb52aad7f
|
@ -116,7 +116,7 @@ function handleExpand() {
|
||||||
ref="ellipsis"
|
ref="ellipsis"
|
||||||
:class="{
|
:class="{
|
||||||
'!cursor-pointer': expand,
|
'!cursor-pointer': expand,
|
||||||
['inline-block truncate']: line === 1,
|
['block truncate']: line === 1,
|
||||||
[$style.ellipsisMultiLine]: line > 1,
|
[$style.ellipsisMultiLine]: line > 1,
|
||||||
}"
|
}"
|
||||||
:style="{
|
:style="{
|
||||||
|
|
Loading…
Reference in New Issue