flx:去除安全/质量 省略号隐藏

This commit is contained in:
X_Rian 2024-08-08 16:09:16 +08:00
parent 991b252e80
commit 9ab04c4f78
2 changed files with 6 additions and 6 deletions

View File

@ -2416,9 +2416,9 @@ export default {
float: left;
width: calc(80% - 80px);
margin-left: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
// text-overflow: ellipsis;
// overflow: hidden;
// white-space: nowrap;
}
}
}

View File

@ -2417,9 +2417,9 @@ export default {
float: left;
width: calc(80% - 80px);
margin-left: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
// text-overflow: ellipsis;
// overflow: hidden;
// white-space: nowrap;
}
}
}