统一前端页面蓝灰换皮样式
This commit is contained in:
@@ -251,7 +251,7 @@ export default {
|
||||
.risk-people-section {
|
||||
margin-bottom: 0;
|
||||
padding-top: 18px;
|
||||
border-top: 1px solid #eef2f7;
|
||||
border-top: 1px solid var(--ccdi-line);
|
||||
}
|
||||
|
||||
.section-toolbar {
|
||||
@@ -267,8 +267,8 @@ export default {
|
||||
}
|
||||
|
||||
:deep(.people-table th) {
|
||||
background: #f8fafc;
|
||||
color: #64748b;
|
||||
background: #f7fafd;
|
||||
color: var(--ccdi-text-secondary);
|
||||
}
|
||||
|
||||
.risk-point-tag-list {
|
||||
@@ -283,6 +283,6 @@ export default {
|
||||
}
|
||||
|
||||
.empty-text {
|
||||
color: #94a3b8;
|
||||
color: var(--ccdi-text-muted);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user