修复文字被截取的问题

pull/1050/head
lyswhut 2022-11-04 18:28:35 +08:00
parent 12336148d9
commit d88d5e7818
1 changed files with 2 additions and 2 deletions

View File

@ -242,6 +242,7 @@ export default {
font-size: 14px;
color: var(--color-font);
min-width: 0;
line-height: 1.5;
}
.title {
@ -251,10 +252,9 @@ export default {
.mixin-ellipsis-1;
}
.status {
padding-top: 5px;
padding-top: 2px;
height: 23px;
.mixin-ellipsis-1;
line-height: 1.5;
max-width: 100%;
}