style: 调整消息触达样式顺序

This commit is contained in:
2026-03-04 11:38:01 +08:00
parent 0a19610d92
commit 4e32bf21e1
2 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@
font-size: 13px;
font-weight: 600;
color: #475569;
background: #f8fafc;
white-space: nowrap;
background: #f8fafc;
}
.ant-table-tbody > tr > td {

View File

@@ -40,22 +40,22 @@
.mmr-template-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
font-weight: 600;
color: #0f172a;
text-overflow: ellipsis;
white-space: nowrap;
}
.mmr-template-preview {
display: -webkit-box;
min-height: 40px;
overflow: hidden;
-webkit-line-clamp: 2;
font-size: 12px;
line-height: 1.65;
color: #6b7280;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 40px;
}
.mmr-template-foot {