Commit 5c7233ce authored by xixinzhao's avatar xixinzhao

重点设备样式修改

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