Commit 5c7233ce authored by xixinzhao's avatar xixinzhao

重点设备样式修改

parent 4b021f17
......@@ -49,10 +49,10 @@
.ant-table-tbody {
.highlight-row {
background: #ecf6fd;
background: $table-highlight-row;
&:hover {
background: #ecf6fd;
background: $table-highlight-row;
}
}
......@@ -205,12 +205,21 @@
width: 60% !important;
height: 76%;
.amos-upload-select-picture-card {
background: $card-backgtround;
}
.amos-modal-close {
height: 4%;
}
.amos-modal-header {
// background: #f2f2f2;
height: 4%;
}
.amos-modal-content {
height: 82%;
height: 89%;
max-height: none;
padding-top: 1rem;
......@@ -218,6 +227,10 @@
padding-bottom: 1rem;
text-align: right;
.ant-select-selection {
background-color: $card-backgtround;
border: $page-border-style;
}
.amos-idropdown-toggle {
margin-right: 1rem;
text-align: left;
......@@ -230,10 +243,41 @@
min-width: 42px;
}
}
.ant-select-tree-node-content-wrapper {
background: none;
span {
color: $content-color;
display: flex;
}
&:hover {
background: $select-tree-hover;
}
&.ant-select-tree-node-selected {
background: $select-tree-hover;
}
}
.ant-select-not-found {
color: $content-color;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
background: none;
border: $page-border-style;
}
.ant-select-tree li span.ant-select-tree-switcher {
color: $content-color;
}
}
.amos-modal-footer {
// background: #f2f2f2;
height: 7%;
}
}
......@@ -327,4 +371,16 @@
}
}
.custom-eb-modal {
.amos-modal-container {
.amos-modal-header {
.amos-modal-title {
color: white;
}
}
}
.amos-modal-footer {
border: $page-border-style;
}
}
......@@ -81,3 +81,5 @@ $table-highlight-row: #4f7e9f;
$button-hover: rgba(30,72,142,0.7);
$header-button: #052152;
$div-header-background: #1f5383;
$card-backgtround: #06153e;
$select-tree-hover: #084bb0;
......@@ -63,7 +63,7 @@ class ImportFile extends Component {
const { visible, form, title, rules } = this.state;
return (
<Modal
modalClass=""
modalClass="custom-eb-modal"
width={450}
visible={visible}
onCancel={this.onCancel}
......
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