diff --git a/fe/PC/src/assets/img/dylogo.svg b/fe/PC/src/assets/img/dylogo.svg new file mode 100644 index 000000000..65441646b --- /dev/null +++ b/fe/PC/src/assets/img/dylogo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fe/PC/src/layout/components/Sidebar/Logo.vue b/fe/PC/src/layout/components/Sidebar/Logo.vue index 61548ab82..ded55d94b 100644 --- a/fe/PC/src/layout/components/Sidebar/Logo.vue +++ b/fe/PC/src/layout/components/Sidebar/Logo.vue @@ -14,9 +14,9 @@ - diff --git a/fe/PC/src/styles/sidebar.scss b/fe/PC/src/styles/sidebar.scss index 2a4136344..d479cc806 100644 --- a/fe/PC/src/styles/sidebar.scss +++ b/fe/PC/src/styles/sidebar.scss @@ -11,9 +11,7 @@ .sidebar-container { transition: width 0.28s; width: $sideBarWidth !important; - // todo:客户颜色 background-color: $menuBg; - // background-color: #bdd5f7; height: 100%; position: fixed; font-size: 0px; @@ -58,6 +56,8 @@ .svg-icon { margin-right: 16px; + /* 客户颜色 */ + fill: #409EFF; } .sub-el-icon { diff --git a/fe/PC/src/styles/variables.scss b/fe/PC/src/styles/variables.scss index fa3849b10..c839acf1e 100644 --- a/fe/PC/src/styles/variables.scss +++ b/fe/PC/src/styles/variables.scss @@ -8,6 +8,8 @@ $tiffany: #4AB7BD; $yellow:#FEC171; $panGreen: #30B08F; +// 客户颜色(主) +$customerBg:#003a8e; // sidebar // $menuText:#bfcbd9; $menuText:#94a3b5; @@ -15,12 +17,12 @@ $menuText:#94a3b5; $menuActiveText:#fff; $subMenuActiveText:#f4f4f5; // https://github.com/ElemeFE/element/issues/12951 -$menuBg:#304156; -// todo:客户颜色 -// $menuBg:rgb(0,58,142); +// $menuBg:#304156; +$menuBg:#2f435e;//客户颜色 $menuHover:#263445; -$subMenuBg:#1f2d3d; +// $subMenuBg:#1f2d3d; +$subMenuBg:#20324c;//客户颜色 $subMenuHover:#001528; $sideBarWidth: 230px; @@ -45,4 +47,5 @@ $navHeight:46px; subMenuBg: $subMenuBg; subMenuHover: $subMenuHover; sideBarWidth: $sideBarWidth; + customerBg: $customerBg; }