优化超长文本显示效果
This commit is contained in:
@@ -506,12 +506,17 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.link-item {
|
.link-item {
|
||||||
|
flex-grow: 1;
|
||||||
|
width: 0;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
display: -webkit-box;
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-weight: bold;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
Reference in New Issue
Block a user