优化超长文本显示效果

This commit is contained in:
2021-06-04 23:06:16 +08:00
parent 3f0d9e0abc
commit b486a10d53

View File

@@ -506,12 +506,17 @@ export default {
}
.link-item {
flex-grow: 1;
width: 0;
> span {
display: -webkit-box;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.title {
font-weight: bold;
opacity: 1;
}
.link {