mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
fix: some bug
This commit is contained in:
parent
37a967942b
commit
13749c784d
@ -141,7 +141,7 @@ function setTheme(layout: string, theme: string, dom: HTMLElement) {
|
|||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
content="暗色主题"
|
content="左侧菜单暗色模式"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
@ -157,7 +157,7 @@ function setTheme(layout: string, theme: string, dom: HTMLElement) {
|
|||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
content="亮色主题"
|
content="左侧菜单亮色模式"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
@ -173,7 +173,7 @@ function setTheme(layout: string, theme: string, dom: HTMLElement) {
|
|||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
content="暗色主题"
|
content="顶部菜单暗色模式"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
@ -189,7 +189,7 @@ function setTheme(layout: string, theme: string, dom: HTMLElement) {
|
|||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="item"
|
class="item"
|
||||||
effect="dark"
|
effect="dark"
|
||||||
content="暗色主题"
|
content="顶部菜单亮色模式"
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
>
|
>
|
||||||
<li
|
<li
|
||||||
|
@ -170,7 +170,9 @@ onBeforeMount(() => {
|
|||||||
v-show="!containerHiddenSideBar && layout.includes('vertical')"
|
v-show="!containerHiddenSideBar && layout.includes('vertical')"
|
||||||
/>
|
/>
|
||||||
<!-- tabs标签页 -->
|
<!-- tabs标签页 -->
|
||||||
<Horizontal v-show="layout.includes('horizontal')" />
|
<Horizontal
|
||||||
|
v-show="!containerHiddenSideBar && layout.includes('horizontal')"
|
||||||
|
/>
|
||||||
<tag>
|
<tag>
|
||||||
<span @click="onFullScreen">
|
<span @click="onFullScreen">
|
||||||
<fullScreen v-if="!containerHiddenSideBar" />
|
<fullScreen v-if="!containerHiddenSideBar" />
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// el-tooltip,的权重
|
// el-tooltip的权重
|
||||||
// .is-dark {
|
.is-dark {
|
||||||
// z-index: 99999 !important;
|
z-index: 99999 !important;
|
||||||
// }
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user