应用资源详情bug修改
This commit is contained in:
parent
ddd1d13333
commit
a3d77f3557
|
@ -169,7 +169,13 @@
|
||||||
margin-right: 0.7rem;
|
margin-right: 0.7rem;
|
||||||
color: rgba(33, 41, 86, 0.8);
|
color: rgba(33, 41, 86, 0.8);
|
||||||
font-size: 0.2rem;
|
font-size: 0.2rem;
|
||||||
max-width: 9.35rem;
|
max-width: 5.84rem;
|
||||||
|
overflow: hidden; /*超出的隐藏*/
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis; /*超出的设置为省略号*/
|
||||||
|
span {
|
||||||
|
display: inline-block;
|
||||||
|
max-width: 4rem;
|
||||||
overflow: hidden; /*超出的隐藏*/
|
overflow: hidden; /*超出的隐藏*/
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis; /*超出的设置为省略号*/
|
text-overflow: ellipsis; /*超出的设置为省略号*/
|
||||||
|
@ -178,4 +184,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue