File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,13 @@ code {
221
221
z-index : 1000 !important ;
222
222
}
223
223
224
+ // refine simplemde
225
+ .simplemde-container {
226
+ .editor-toolbar.fullscreen ,.CodeMirror-fullscreen {
227
+ z-index : 1003 ;
228
+ }
229
+ }
230
+
224
231
// 暂时性解决diolag 问题 https://github.com/ElemeFE/element/issues/2461
225
232
.el-dialog {
226
233
transform : none ;
Original file line number Diff line number Diff line change 54
54
height : 100% ;
55
55
width : 100% ;
56
56
& .hideSidebar {
57
- padding-left : 40px ;
58
57
.sidebar-wrapper {
59
58
transform : translate (-140px , 0 );
60
59
.sidebar-container {
61
60
transform : translate (132px , 0 );
62
61
}
63
62
& :hover {
64
63
transform : translate (0 , 0 );
65
- z-index : 1001 ;
66
64
.sidebar-container {
67
65
transform : translate (0 , 0 );
68
66
}
69
67
}
70
68
}
71
69
.main-container {
72
- padding -left : 0 px ;
70
+ margin -left : 40 px ;
73
71
}
74
72
}
75
73
.sidebar-wrapper {
78
76
top : 0 ;
79
77
bottom : 0 ;
80
78
left : 0 ;
81
- z-index : 2 ;
79
+ z-index : 1001 ;
82
80
overflow-x : hidden ;
83
81
transition : all .28s ease-out ;
84
82
@include scrollBar ;
87
85
transition : all .28s ease-out ;
88
86
}
89
87
.main-container {
90
- width : 100% ;
91
88
min-height : 100% ;
92
89
transition : all .28s ease-out ;
93
- padding -left : 180px ;
90
+ margin -left : 180px ;
94
91
}
95
92
}
96
93
</style >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <el-menu mode =" vertical" theme =" dark" :default-active =" $route.path" >
2
+ <el-menu :unique-opened = ' true ' mode =" vertical" theme =" dark" :default-active =" $route.path" >
3
3
<template v-for =" item in permissionRoutes " v-if =" ! item .hidden " >
4
4
<el-submenu :index =" item.name" v-if =" !item.noDropdown" >
5
5
<template slot="title">
You can’t perform that action at this time.
0 commit comments