fix: update

This commit is contained in:
xiaoxian521 2021-11-10 07:59:33 +08:00
parent 487920375b
commit db580366fd
2 changed files with 6 additions and 6 deletions

View File

@ -211,7 +211,7 @@ function setLayoutThemeColor(theme: string) {
<panel> <panel>
<el-divider>主题风格</el-divider> <el-divider>主题风格</el-divider>
<ul class="pure-theme"> <ul class="pure-theme">
<el-tooltip class="item" content="左侧菜单暗色模式" placement="bottom"> <el-tooltip class="item" content="左侧菜单模式" placement="bottom">
<li <li
:class="layoutTheme.layout === 'vertical' ? $style.isSelect : ''" :class="layoutTheme.layout === 'vertical' ? $style.isSelect : ''"
ref="verticalRef" ref="verticalRef"
@ -222,7 +222,7 @@ function setLayoutThemeColor(theme: string) {
</li> </li>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" content="顶部菜单暗色模式" placement="bottom"> <el-tooltip class="item" content="顶部菜单模式" placement="bottom">
<li <li
:class="layoutTheme.layout === 'horizontal' ? $style.isSelect : ''" :class="layoutTheme.layout === 'horizontal' ? $style.isSelect : ''"
ref="horizontalRef" ref="horizontalRef"

View File

@ -193,7 +193,7 @@
h4 { h4 {
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 700;
color: $navTextColor; color: $subMenuActiveText;
transition: all 0.5s; transition: all 0.5s;
} }
} }
@ -209,7 +209,7 @@
display: flex; display: flex;
min-width: 280px; min-width: 280px;
align-items: center; align-items: center;
color: $navTextColor; color: $subMenuActiveText;
justify-content: flex-end; justify-content: flex-end;
.screen-full { .screen-full {
@ -225,7 +225,7 @@
width: 40px; width: 40px;
padding: 11px; padding: 11px;
cursor: pointer; cursor: pointer;
color: $navTextColor; color: $subMenuActiveText;
&:hover { &:hover {
background: $menuHover; background: $menuHover;
@ -240,7 +240,7 @@
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
cursor: pointer; cursor: pointer;
color: $navTextColor; color: $subMenuActiveText;
&:hover { &:hover {
background: $menuHover; background: $menuHover;