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

View File

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