Compare commits

...

2 Commits

Author SHA1 Message Date
851673013@qq.com 8b092e05e5 详情样式修改 2022-06-14 16:29:56 +08:00
851673013@qq.com a3d77f3557 应用资源详情bug修改 2022-06-14 16:25:15 +08:00
1 changed files with 10 additions and 1 deletions

View File

@ -160,6 +160,7 @@
justify-content: center;
.card-title {
font-size: 0.26rem;
line-height: 0.26rem;
color: #212956;
margin-bottom: 0.2rem;
}
@ -169,10 +170,18 @@
margin-right: 0.7rem;
color: rgba(33, 41, 86, 0.8);
font-size: 0.2rem;
max-width: 9.35rem;
line-height: 0.2rem;
max-width: 5.84rem;
overflow: hidden; /*超出的隐藏*/
white-space: nowrap;
text-overflow: ellipsis; /*超出的设置为省略号*/
span {
display: inline-block;
max-width: 4rem;
overflow: hidden; /*超出的隐藏*/
white-space: nowrap;
text-overflow: ellipsis; /*超出的设置为省略号*/
}
}
}
}