perf: 资源详情页面标题长度超过一行则省略表示

This commit is contained in:
jiangweidong
2024-01-24 15:36:24 +08:00
committed by Bryan
parent ea575e0515
commit 245b3f4ad2

View File

@@ -66,6 +66,9 @@ export default {
font-weight: 500;
line-height: 32px;
color: #1F2329;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.page-heading-right {