Browse Source

【nev-pc】todo:客户颜色暂存

ag_report_nev
安虹睿 11 months ago
parent
commit
fec59823d5
  1. BIN
      fe/PC/src/assets/img/menuLogo.png
  2. BIN
      fe/PC/src/assets/img/menuLogo3.png
  3. 8
      fe/PC/src/layout/components/Sidebar/Logo.vue
  4. 2
      fe/PC/src/styles/sidebar.scss
  5. 2
      fe/PC/src/styles/variables.scss

BIN
fe/PC/src/assets/img/menuLogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 30 KiB

BIN
fe/PC/src/assets/img/menuLogo3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

8
fe/PC/src/layout/components/Sidebar/Logo.vue

@ -14,7 +14,9 @@
</template>
<script>
import logo from "@/assets/img/menuLogo.png"
// todo:
// import logo from "@/assets/img/menuLogo.png"
import logo from "@/assets/img/menuLogo3.png"
export default {
name: 'SidebarLogo',
props: {
@ -56,8 +58,8 @@ export default {
width: 100%;
& .sidebar-logo {
width: 61px;
height: 15px;
width: 110px;
// height: 15px;
vertical-align: middle;
margin-right: 12px;
}

2
fe/PC/src/styles/sidebar.scss

@ -11,7 +11,9 @@
.sidebar-container {
transition: width 0.28s;
width: $sideBarWidth !important;
// todo:客户颜色
background-color: $menuBg;
// background-color: #bdd5f7;
height: 100%;
position: fixed;
font-size: 0px;

2
fe/PC/src/styles/variables.scss

@ -16,6 +16,8 @@ $menuActiveText:#fff;
$subMenuActiveText:#f4f4f5; // https://github.com/ElemeFE/element/issues/12951
$menuBg:#304156;
// todo:客户颜色
// $menuBg:rgb(0,58,142);
$menuHover:#263445;
$subMenuBg:#1f2d3d;

Loading…
Cancel
Save