Commit 59aeed9e authored by xixinzhao's avatar xixinzhao

风险模型新增弹框样式

parent 412d4cdd
...@@ -183,6 +183,14 @@ $scrollInnerColor: rgba(black, 0.1); ...@@ -183,6 +183,14 @@ $scrollInnerColor: rgba(black, 0.1);
.ant-tabs-content { .ant-tabs-content {
left: -50px; left: -50px;
padding-top: 50px; padding-top: 50px;
.amos-select-title {
background: none;
}
.amos-select-dropdown-icon {
background: none;
}
} }
} }
} }
...@@ -378,6 +386,9 @@ $scrollInnerColor: rgba(black, 0.1); ...@@ -378,6 +386,9 @@ $scrollInnerColor: rgba(black, 0.1);
} }
.risk-model-model { .risk-model-model {
.amos-divider-horizontal {
background: $biz-border-color;
}
.amos-modal-header { .amos-modal-header {
background: $page-header-background; background: $page-header-background;
} }
......
...@@ -1401,6 +1401,15 @@ carousel-content { ...@@ -1401,6 +1401,15 @@ carousel-content {
.rayd-modal { .rayd-modal {
background-color: rgb(6, 21, 62) !important; background-color: rgb(6, 21, 62) !important;
} }
.rayd-modal .rayd-icon.rayd-success.rayd-animate-success-icon .rayd-success-circular-line-left {
display: none;
}
.rayd-modal .rayd-icon.rayd-success.rayd-animate-success-icon .rayd-success-fix {
display: none;
}
.rayd-modal .rayd-icon.rayd-success.rayd-animate-success-icon .rayd-success-circular-line-right {
display: none;
}
:root .amos-tree li span.amos-tree-switcher.amos-tree-switcher-close::after { :root .amos-tree li span.amos-tree-switcher.amos-tree-switcher-close::after {
font-size: 12px; font-size: 12px;
color: white; color: white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment