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"> <div nz-col nzSpan="16">
<nz-breadcrumb class="padding-8-0"> <nz-breadcrumb class="padding-8-0">
<nz-breadcrumb-item> <nz-breadcrumb-item>
...@@ -120,4 +120,4 @@ ...@@ -120,4 +120,4 @@
<smart-link-inventory #smartLinkInventory (done)="setLink($event)"></smart-link-inventory> <smart-link-inventory #smartLinkInventory (done)="setLink($event)"></smart-link-inventory>
<!--转派--> <!--转派-->
<smart-transfor #smartTransfor (done)="success($event)"></smart-transfor> <smart-transfor #smartTransfor (done)="success($event)"></smart-transfor>
\ No newline at end of file
$dark: #193250; $dark: #193250;
$fontColor: #b2d4f9; $fontColor: #b2d4f9;
.dark { .dark {
color: $fontColor;
//UI框架 //UI框架
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
...@@ -20,6 +21,15 @@ $fontColor: #b2d4f9; ...@@ -20,6 +21,15 @@ $fontColor: #b2d4f9;
background: #30547a; 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 { .gray-font-color {
color: $fontColor; color: $fontColor;
...@@ -201,7 +211,8 @@ $fontColor: #b2d4f9; ...@@ -201,7 +211,8 @@ $fontColor: #b2d4f9;
.topology-context { .topology-context {
background: #132c4c; background: #132c4c;
} }
.host-number{
.host-number {
color: #10348e; color: #10348e;
margin-left: 10px 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