style: 修复跳转链接文本溢出长度问题

This commit is contained in:
“怀磊”
2021-10-19 16:52:55 +08:00
committed by 老广
parent 0675f22181
commit ae9b3f2707

View File

@@ -71,9 +71,8 @@ export default {
<style scoped>
.detail {
font-weight: 400;
display: inline-block;
width: 100%;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;