style: 调整消息触达样式顺序
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #475569;
|
color: #475569;
|
||||||
background: #f8fafc;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
background: #f8fafc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-tbody > tr > td {
|
.ant-table-tbody > tr > td {
|
||||||
|
|||||||
@@ -40,22 +40,22 @@
|
|||||||
.mmr-template-name {
|
.mmr-template-name {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #0f172a;
|
color: #0f172a;
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mmr-template-preview {
|
.mmr-template-preview {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
min-height: 40px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
color: #6b7280;
|
color: #6b7280;
|
||||||
-webkit-line-clamp: 2;
|
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
min-height: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mmr-template-foot {
|
.mmr-template-foot {
|
||||||
|
|||||||
Reference in New Issue
Block a user