style: 调整消息触达样式顺序
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #475569;
|
||||
background: #f8fafc;
|
||||
white-space: nowrap;
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
.ant-table-tbody > tr > td {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user