风险管理扩展优化

This commit is contained in:
yunkexin 2024-03-29 15:30:02 +08:00
parent 8c0c7df73a
commit 0236f5efb5
2 changed files with 1111 additions and 547 deletions

File diff suppressed because it is too large Load Diff

View File

@ -338,3 +338,42 @@ cursor: pointer;
border-radius: 5px; border-radius: 5px;
box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.1);
} }
:global(.risk-model-col) {
background-color: #fff;
box-shadow: 0 0px 20px 1px rgba(0, 0, 0, 0.12);
padding: 0px;
border-radius: 5px;
}
:global(.risk-chart) {
display: flex;
flex-direction: column;
}
:global(.risk-model-tab) {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
:global(.risk-model-card) {
padding: 5px 10px;
border: 1px solid #ebeef5;
border-radius: 5px;
font-size: 12px;
margin: 0px 5px;
cursor: pointer;
background-color: #fff;
color: #303133;
}
:global(.risk-model-card-choose) {
padding: 5px 10px;
border: 1px solid #3c9cff;
border-radius: 5px;
font-size: 12px;
margin: 0px 5px;
cursor: pointer;
background-color:#3c9cff ;
color: #fff;
}
:global() {
}