Commit 08a06f2c authored by wangqinghua's avatar wangqinghua

update

parent 76e6f810
$dark: #193250; $dark: #193250;
$fontColor: #b7d1f1; $fontColor: #b2d4f9;
.dark { .dark {
//UI框架 //UI框架
...@@ -16,6 +16,11 @@ $fontColor: #b7d1f1; ...@@ -16,6 +16,11 @@ $fontColor: #b7d1f1;
background-color: #234163; background-color: #234163;
} }
.ant-table-thead > tr.ant-table-row-hover > td, .ant-table-tbody > tr.ant-table-row-hover > td, .ant-table-thead > tr:hover > td, .ant-table-tbody > tr:hover > td {
background: #30547a;
}
.gray-font-color { .gray-font-color {
color: $fontColor; color: $fontColor;
} }
...@@ -24,6 +29,10 @@ $fontColor: #b7d1f1; ...@@ -24,6 +29,10 @@ $fontColor: #b7d1f1;
color: #7bcefb; color: #7bcefb;
} }
.main-color {
color: $fontColor;
}
.container { .container {
height: 100%; height: 100%;
padding: 0 16px; padding: 0 16px;
...@@ -80,9 +89,10 @@ $fontColor: #b7d1f1; ...@@ -80,9 +89,10 @@ $fontColor: #b7d1f1;
//自己写的 //自己写的
//主机详情 //主机详情
.layout{ .layout {
background-color: #193250; background-color: #193250;
} }
.host-item-title { .host-item-title {
background-color: $dark; background-color: $dark;
color: #f2f2f2; color: #f2f2f2;
...@@ -128,7 +138,7 @@ $fontColor: #b7d1f1; ...@@ -128,7 +138,7 @@ $fontColor: #b7d1f1;
height: 400px; height: 400px;
nz-col { nz-col {
padding:6px 10px; padding: 6px 10px;
word-break: break-all; word-break: break-all;
} }
...@@ -189,6 +199,6 @@ $fontColor: #b7d1f1; ...@@ -189,6 +199,6 @@ $fontColor: #b7d1f1;
} }
.topology-context { .topology-context {
background: rgb(61, 118, 171); background: #132c4c;
} }
} }
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