Commit 11f52461 authored by xixinzhao's avatar xixinzhao

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

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