优化图标卡片标题省略

This commit is contained in:
2023-06-07 21:01:17 +08:00
parent 6e56e961aa
commit 965d4af832
3 changed files with 22 additions and 16 deletions

View File

@@ -347,6 +347,9 @@
border-top: 2px solid #ebeef5;
margin-top: 8px;
padding-top: 8px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.ul-card-message {

File diff suppressed because one or more lines are too long