Commit 11f52461 authored by xixinzhao's avatar xixinzhao

风险管控-参数设置页面样式修改

parent 5c7233ce
@import './../var.scss'; @import './../var.scss';
@import '~amos-framework/lib/styles/mixins/scrollbar.scss';
$scrollOutColor: rgba(#dedede, 0.3);
$scrollInnerColor: rgba(black, 0.1);
.tabs-outside-precontrol { .tabs-outside-precontrol {
width: 100%; width: 100%;
...@@ -10,10 +14,12 @@ ...@@ -10,10 +14,12 @@
.amos-tabs-list { .amos-tabs-list {
height: 35px; height: 35px;
padding: 0 !important; padding: 0 !important;
border: 0;
.amos-tabs-tabitem-inner { .amos-tabs-tabitem-inner {
height: 35px; height: 35px;
margin-left: 0 !important; margin-left: 0 !important;
color: white;
} }
.amos-tabs-tabitem-active { .amos-tabs-tabitem-active {
...@@ -24,6 +30,11 @@ ...@@ -24,6 +30,11 @@
border-bottom: 1px solid #108ee9 !important; border-bottom: 1px solid #108ee9 !important;
} }
} }
.amos-popover-trigger-disabled * {
background: $page-header-background;
color: $content-color;
}
} }
.amos-tabs-panel { .amos-tabs-panel {
...@@ -54,8 +65,8 @@ ...@@ -54,8 +65,8 @@
button { button {
height: 2.5rem; height: 2.5rem;
margin-left: -0.9px !important; margin-left: -0.9px !important;
background: $content-color; background: $header-button;
border: 1px solid $core-border-color; border: $page-border-style;
opacity: 1; opacity: 1;
} }
} }
...@@ -89,6 +100,7 @@ ...@@ -89,6 +100,7 @@
} }
.eva-model { .eva-model {
@include pretty-scrollbar(5px, 8px, $scrollOutColor, $scrollInnerColor);
height: calc(90vh); height: calc(90vh);
overflow: scroll; overflow: scroll;
...@@ -100,13 +112,25 @@ ...@@ -100,13 +112,25 @@
.ant-table-pagination { .ant-table-pagination {
display: none; display: none;
} }
.amos-cardpane-bordered {
margin-bottom: 5px;
border: $page-border-style;
&:hover {
border: 0;
}
}
.amos-cardpane-body {
border-top: 0;
}
} }
button { button {
height: 2.5rem; height: 2.5rem;
margin-left: -0.9px !important; margin-left: -0.9px !important;
background: $content-color; background: $header-button;
border: 1px solid $core-border-color; border: $page-border-style;
opacity: 1; opacity: 1;
} }
...@@ -133,10 +157,10 @@ ...@@ -133,10 +157,10 @@
.ant-table-tbody { .ant-table-tbody {
.highlight-row { .highlight-row {
background: #ecf6fd; background: $table-highlight-row;
&:hover { &:hover {
background: #ecf6fd; background: $table-highlight-row;
} }
} }
...@@ -151,6 +175,15 @@ ...@@ -151,6 +175,15 @@
background: $biz-title-color; background: $biz-title-color;
} }
.amos-modal-content {
padding-top: 30px;
.amos-textarea {
background: none;
color: white;
}
}
.amos-modal-footer { .amos-modal-footer {
background: $biz-title-color; background: $biz-title-color;
} }
......
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