完成结果总览卡片结构合并实现

This commit is contained in:
wkc
2026-03-27 15:25:23 +08:00
parent e7ad46edaf
commit 3f98d59741
9 changed files with 130 additions and 86 deletions

View File

@@ -1,10 +1,6 @@
<template>
<section class="risk-people-section">
<div class="section-toolbar">
<div>
<div class="section-title">风险人员总览</div>
<div class="section-subtitle">展示命中风险规则的重点人员</div>
</div>
<el-button size="mini" type="text">导出</el-button>
</div>
@@ -183,42 +179,17 @@ export default {
<style lang="scss" scoped>
.risk-people-section {
margin-bottom: 0;
padding-top: 18px;
border-top: 1px solid #eef2f7;
}
.section-toolbar {
display: flex;
justify-content: space-between;
justify-content: flex-end;
align-items: center;
margin-bottom: 14px;
}
.section-title {
position: relative;
padding-left: 10px;
font-size: 15px;
font-weight: 600;
color: #334155;
}
.section-title::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 4px;
height: 14px;
border-radius: 999px;
background: #94a3b8;
transform: translateY(-50%);
}
.section-subtitle {
margin-top: 4px;
padding-left: 10px;
font-size: 12px;
color: #94a3b8;
}
.people-table {
border-radius: 12px;
overflow: hidden;