mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
fix: text overflow when text omission component width is lower than maxWidth (#4364)
This commit is contained in:
parent
66c732fdee
commit
ceb52aad7f
@ -116,7 +116,7 @@ function handleExpand() {
|
||||
ref="ellipsis"
|
||||
:class="{
|
||||
'!cursor-pointer': expand,
|
||||
['inline-block truncate']: line === 1,
|
||||
['block truncate']: line === 1,
|
||||
[$style.ellipsisMultiLine]: line > 1,
|
||||
}"
|
||||
:style="{
|
||||
|
Loading…
Reference in New Issue
Block a user