Commit 08a06f2c authored by wangqinghua's avatar wangqinghua

update

parent 76e6f810
$dark: #193250;
$fontColor: #b7d1f1;
$fontColor: #b2d4f9;
.dark {
//UI框架
......@@ -16,6 +16,11 @@ $fontColor: #b7d1f1;
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 {
color: $fontColor;
}
......@@ -24,6 +29,10 @@ $fontColor: #b7d1f1;
color: #7bcefb;
}
.main-color {
color: $fontColor;
}
.container {
height: 100%;
padding: 0 16px;
......@@ -80,9 +89,10 @@ $fontColor: #b7d1f1;
//自己写的
//主机详情
.layout{
.layout {
background-color: #193250;
}
.host-item-title {
background-color: $dark;
color: #f2f2f2;
......@@ -128,7 +138,7 @@ $fontColor: #b7d1f1;
height: 400px;
nz-col {
padding:6px 10px;
padding: 6px 10px;
word-break: break-all;
}
......@@ -189,6 +199,6 @@ $fontColor: #b7d1f1;
}
.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