调整结果总览页面样式与文案

This commit is contained in:
wkc
2026-03-19 11:02:16 +08:00
parent a508977472
commit 42847ffdba
13 changed files with 116 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<div class="section-card">
<div class="section-header">
<div class="section-title-group">
<div class="section-title">{{ summary.title || "风险总览" }}</div>
<div class="section-title">{{ summary.title || "风险仪表盘" }}</div>
<div class="section-subtitle">{{ summary.subtitle || "风险总体数据概览" }}</div>
</div>
<div class="section-actions">
@@ -57,7 +57,7 @@ export default {
.section-card {
padding: 20px;
border-radius: 16px;
border-radius: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
@@ -66,7 +66,7 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 18px;
margin-bottom: 10px;
gap: 16px;
}
@@ -99,8 +99,9 @@ export default {
gap: 14px;
padding: 18px 16px;
border: 1px solid #eef2ff;
border-radius: 14px;
border-radius: 0;
background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}
.stats-icon {

View File

@@ -68,8 +68,7 @@ export default {
<style lang="scss" scoped>
.preliminary-check-container {
min-height: 400px;
padding: 16px 0 24px;
background: #f3f6fb;
padding: 0 0 24px;
}
.preliminary-check-state {
@@ -78,7 +77,7 @@ export default {
.state-card {
padding: 32px 24px;
border-radius: 16px;
border-radius: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

View File

@@ -87,7 +87,7 @@ export default {
.section-card {
padding: 20px;
border-radius: 16px;
border-radius: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

View File

@@ -112,7 +112,7 @@ export default {
.section-card {
padding: 20px;
border-radius: 16px;
border-radius: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
@@ -149,7 +149,7 @@ export default {
.model-card {
padding: 18px;
border: 1px solid #e2e8f0;
border-radius: 14px;
border-radius: 0;
background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

View File

@@ -77,7 +77,7 @@ export default {
.section-card {
padding: 20px;
border-radius: 16px;
border-radius: 0;
background: #fff;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

View File

@@ -1,7 +1,7 @@
export const mockOverviewData = {
summary: {
title: "风险总览",
subtitle: "风险总览数据概览",
title: "风险仪表盘",
subtitle: "风险仪表盘数据概览",
actions: [
{ key: "download", label: "批量导出", type: "primary", plain: false },
{ key: "state", label: "切换视图", type: "primary", plain: true },
@@ -11,7 +11,7 @@ export const mockOverviewData = {
{ key: "riskPeople", label: "风险人数", value: 10, icon: "el-icon-warning-outline", tone: "red" },
{ key: "medium", label: "中风险", value: 20, icon: "el-icon-s-opportunity", tone: "amber" },
{ key: "low", label: "低风险", value: 38, icon: "el-icon-data-line", tone: "green" },
{ key: "count", label: "风险交易", value: 432, icon: "el-icon-document", tone: "blue" },
{ key: "count", label: "风险人员", value: 432, icon: "el-icon-document", tone: "blue" },
],
},
riskPeople: {