统一前端页面蓝灰换皮样式

This commit is contained in:
wjj
2026-04-03 11:00:33 +08:00
parent 8190946a87
commit 03282c9b69
22 changed files with 412 additions and 202 deletions

View File

@@ -246,6 +246,10 @@ export default {
<style lang="scss" scoped>
.project-table-container {
margin-top: 16px;
:deep(.el-table) {
box-shadow: var(--ccdi-shadow);
}
}
.status-tag {
@@ -266,7 +270,7 @@ export default {
.project-name {
font-size: 14px;
font-weight: 600;
color: #303133;
color: var(--ccdi-text-primary);
margin-bottom: 2px;
overflow: hidden;
text-overflow: ellipsis;
@@ -275,7 +279,7 @@ export default {
.project-desc {
font-size: 12px;
color: #909399;
color: var(--ccdi-text-muted);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@@ -289,7 +293,7 @@ export default {
.risk-tooltip-title {
margin-bottom: 8px;
font-weight: 600;
color: #303133;
color: var(--ccdi-text-primary);
}
.risk-tooltip-item {
@@ -297,15 +301,15 @@ export default {
}
.risk-tooltip-item--high {
color: #f56c6c;
color: #b55252;
}
.risk-tooltip-item--medium {
color: #e6a23c;
color: #a56a2a;
}
.risk-tooltip-item--low {
color: #909399;
color: #6c7a89;
}
.risk-tooltip-count {