Commit 30d3736e authored by wangqinghua's avatar wangqinghua

style update

parent 433c4a6e
<!--处理事件-->
<div nz-row class="breadcrumbs" >
<div nz-row class="breadcrumbs" style="margin-top: 0">
<div nz-col nzSpan="16">
<nz-breadcrumb class="padding-8-0">
<nz-breadcrumb-item>
......@@ -120,4 +120,4 @@
<smart-link-inventory #smartLinkInventory (done)="setLink($event)"></smart-link-inventory>
<!--转派-->
<smart-transfor #smartTransfor (done)="success($event)"></smart-transfor>
\ No newline at end of file
<smart-transfor #smartTransfor (done)="success($event)"></smart-transfor>
$dark: #193250;
$fontColor: #b2d4f9;
.dark {
color: $fontColor;
//UI框架
.ant-table-thead > tr > th {
......@@ -20,6 +21,15 @@ $fontColor: #b2d4f9;
background: #30547a;
}
input[type="text"], input[type="password"], .input[type="number"], textarea, .ant-select {
color: $fontColor;
}
.ant-table-placeholder {
background: #2966a5;
border-bottom: 1px solid $fontColor;
color: $fontColor;
}
.gray-font-color {
color: $fontColor;
......@@ -201,7 +211,8 @@ $fontColor: #b2d4f9;
.topology-context {
background: #132c4c;
}
.host-number{
.host-number {
color: #10348e;
margin-left: 10px
}
......
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