BUG 25532

This commit is contained in:
aixianling
2021-12-17 10:36:07 +08:00
parent ecc9784818
commit 61f9993376

View File

@@ -182,12 +182,12 @@ export default {
display: flex;
flex-direction: column;
align-items: flex-start;
overflow: hidden;
text-overflow: ellipsis;
& > span {
flex: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
}