diff --git a/public/images/nav/nav12.png b/public/images/nav/nav12.png new file mode 100644 index 0000000..483c893 Binary files /dev/null and b/public/images/nav/nav12.png differ diff --git a/public/images/nav/nav22.png b/public/images/nav/nav22.png new file mode 100644 index 0000000..d48d875 Binary files /dev/null and b/public/images/nav/nav22.png differ diff --git a/public/images/nav/nav32.png b/public/images/nav/nav32.png new file mode 100644 index 0000000..beab515 Binary files /dev/null and b/public/images/nav/nav32.png differ diff --git a/public/images/nav/nav42.png b/public/images/nav/nav42.png new file mode 100644 index 0000000..6836af6 Binary files /dev/null and b/public/images/nav/nav42.png differ diff --git a/public/images/nav/nav52.png b/public/images/nav/nav52.png new file mode 100644 index 0000000..90c1525 Binary files /dev/null and b/public/images/nav/nav52.png differ diff --git a/public/images/nav/nav6.png b/public/images/nav/nav6.png new file mode 100644 index 0000000..6ea10e9 Binary files /dev/null and b/public/images/nav/nav6.png differ diff --git a/public/images/nav/nav62.png b/public/images/nav/nav62.png new file mode 100644 index 0000000..f47cb10 Binary files /dev/null and b/public/images/nav/nav62.png differ diff --git a/src/App.vue b/src/App.vue index a78d531..364581a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -97,7 +97,7 @@ html.dark { .top-row2 { .dev-item { .el-card { - background: #304156; + background: #2B3553; .dev-title { svg * { @@ -106,7 +106,7 @@ html.dark { } .el-card__body { - background: #263445; + background: #2B3553; color: #aaa; } } @@ -147,6 +147,7 @@ html.dark { .el-card__body{ background: transparent; color:#aaa; + box-shadow: none; .el-badge__content--danger{ background: #6F89A6; width: 24px; @@ -158,7 +159,7 @@ html.dark { } } .proc-card.server-status{ - background: #263445; + background: #242B43; .el-card__header{ .row2-top{ div{ @@ -169,10 +170,10 @@ html.dark { } } .jv-container.jv-light{ - background: #263445; + background: #242B43; } .add-report .row-norm .el-form-item__content{ - background: #263445; + background: #242B43; } .add-report .div-nav-header{ color:#fff; diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue index 2c59239..077a53d 100644 --- a/src/layout/components/NavBar/components/NavbarRight.vue +++ b/src/layout/components/NavBar/components/NavbarRight.vue @@ -163,10 +163,10 @@ html.dark { filter: saturate(500%); } .logo-sub-title{ - color: #4F9EFA; + color: #fff; } .logo-title { - color: #4F9EFA; + color: #fff; } } } diff --git a/src/layout/components/NavBar/components/NavbarRight2.vue b/src/layout/components/NavBar/components/NavbarRight2.vue index 8691025..834fed2 100644 --- a/src/layout/components/NavBar/components/NavbarRight2.vue +++ b/src/layout/components/NavBar/components/NavbarRight2.vue @@ -161,10 +161,10 @@ html.dark { filter: saturate(500%); } .logo-sub-title{ - color: #4F9EFA; + color: #fff; } .logo-title { - color: #4F9EFA; + color: #fff; } } } diff --git a/src/layout/index.vue b/src/layout/index.vue index 5afc9d2..6950076 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -101,21 +101,24 @@ watch(route, (a, b, c) => { html.dark { .main-container { - background-color: #304156; + background-color: #1F263D; .router-link-active{ - background-color: #0A0A0A; + background-color: #fff; .el-menu-item { - background-color: #0A0A0A !important; + background-color: #ffff !important; span.ml-1{ font-weight: bold; color: #4F9EFA; } } + svg{ + fill:#4F9EFA; + } } .el-menu-item { - background-color: #304156; + background-color: #1F263D; &.is-active { - background-color: #0A0A0A; + background-color: #fff; span.ml-1{ font-weight: bold; color: #4F9EFA; @@ -124,17 +127,17 @@ html.dark { } .el-sub-menu.is-active{ .el-sub-menu__title{ - background-color: #2B3B4F; + background-color: #1F263D; } } .el-header { - background-color: #304156; + background-color: #1F263D; } .center-container { .el-aside { - background-color: #304156; + background-color: #1F263D; } diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 959fd61..ac7d776 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -10,7 +10,7 @@ /** 暗黑主题 */ html.dark { - --el-bg-color-overlay:#263445; + --el-bg-color-overlay:#242B43; --menu-background: var(--el-bg-color-overlay); --menu-text: #fff; --menu-active-text: var(--el-menu-active-color); @@ -22,6 +22,15 @@ html.dark { .lf-graph{ background: transparent; } + .el-table__header th{ + background-color: #222B45 !important; + } + .el-table tr{ + background-color: #313C5D !important; + } + .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{ + background-color: #44527B !important; + } } $menu-background: var(--menu-background); // 菜单背景色 diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 6f9784d..2ae3f32 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -151,26 +151,32 @@ -