소스 검색

✨ feat: 修改主题颜色

WanGxC 8 달 전
부모
커밋
de4a6797b1
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/layout/navMenu/vertical.vue
  2. 1 1
      src/theme/app.scss

+ 1 - 0
src/layout/navMenu/vertical.vue

@@ -6,6 +6,7 @@
 		:collapse="state.isCollapse"
 		:collapse="state.isCollapse"
 		:unique-opened="getThemeConfig.isUniqueOpened"
 		:unique-opened="getThemeConfig.isUniqueOpened"
 		:collapse-transition="false"
 		:collapse-transition="false"
+    class="font-medium"
 	>
 	>
 		<template v-for="val in menuLists">
 		<template v-for="val in menuLists">
 			<el-sub-menu :index="val.path" v-if="val.children && val.children.length > 0" :key="val.path">
 			<el-sub-menu :index="val.path" v-if="val.children && val.children.length > 0" :key="val.path">

+ 1 - 1
src/theme/app.scss

@@ -55,7 +55,7 @@ body,
 		flex: 1;
 		flex: 1;
 	}
 	}
 	.layout-aside {
 	.layout-aside {
-		background: var(--next-bg-menuBar);
+		background: #003153;
 		box-shadow: 2px 0 6px rgb(0 21 41 / 1%);
 		box-shadow: 2px 0 6px rgb(0 21 41 / 1%);
 		height: inherit;
 		height: inherit;
 		position: relative;
 		position: relative;