mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 11:18:40 +08:00
前后端全面升级
This commit is contained in:
18
cmdb-ui/public/color.less
vendored
18
cmdb-ui/public/color.less
vendored
@@ -1721,7 +1721,7 @@ this.tinycolor = tinycolor;
|
||||
|
||||
// Layout
|
||||
@layout-body-background : #f0f2f5;
|
||||
@layout-header-background : #001529;
|
||||
@layout-header-background : #012970;
|
||||
@layout-footer-background : @layout-body-background;
|
||||
@layout-header-height : 64px;
|
||||
@layout-header-padding : 0 50px;
|
||||
@@ -2365,7 +2365,7 @@ i.trigger:hover {
|
||||
border-right-color: transparent;
|
||||
}
|
||||
:global .drawer .drawer-content {
|
||||
background: #001529;
|
||||
background: #012970;
|
||||
}
|
||||
.standardFormRow {
|
||||
border-bottom: 1px dashed #e8e8e8;
|
||||
@@ -4538,7 +4538,7 @@ li.ant-calendar-time-picker-select-option-disabled:hover {
|
||||
}
|
||||
.ant-dropdown-menu-dark,
|
||||
.ant-dropdown-menu-dark .ant-dropdown-menu {
|
||||
background: #001529;
|
||||
background: #012970;
|
||||
}
|
||||
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
|
||||
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
|
||||
@@ -5096,21 +5096,21 @@ form .ant-upload {
|
||||
background: #f0f2f5;
|
||||
}
|
||||
.ant-layout-header {
|
||||
background: #001529;
|
||||
background: #012970;
|
||||
}
|
||||
.ant-layout-footer {
|
||||
background: #f0f2f5;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
.ant-layout-sider {
|
||||
background: #001529;
|
||||
background: #012970;
|
||||
}
|
||||
.ant-layout-sider-trigger {
|
||||
color: #fff;
|
||||
background: #002140;
|
||||
}
|
||||
.ant-layout-sider-zero-width-trigger {
|
||||
background: #001529;
|
||||
background: #012970;
|
||||
color: #fff;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
@@ -5455,7 +5455,7 @@ form .ant-upload {
|
||||
.ant-menu-dark,
|
||||
.ant-menu-dark .ant-menu-sub {
|
||||
color: rgba(255, 255, 255, 0.65);
|
||||
background: #001529;
|
||||
background: #012970;
|
||||
}
|
||||
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
|
||||
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
|
||||
@@ -5475,7 +5475,7 @@ form .ant-upload {
|
||||
}
|
||||
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
|
||||
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
|
||||
border-color: #001529;
|
||||
border-color: #012970;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.ant-menu-dark .ant-menu-item,
|
||||
@@ -7657,7 +7657,7 @@ li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
|
||||
}
|
||||
|
||||
.drawer .drawer-content {
|
||||
background: #001529;
|
||||
background: #012970;
|
||||
}
|
||||
|
||||
.ant-list-item-meta .taobao {
|
||||
|
Reference in New Issue
Block a user