mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-05 19:41:51 +08:00
fix css
This commit is contained in:
parent
2f69f13ae1
commit
090537d09a
@ -17,7 +17,7 @@
|
||||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
default: 1000
|
||||
default: 1
|
||||
},
|
||||
className: {
|
||||
type: String
|
||||
|
@ -69,6 +69,7 @@
|
||||
}
|
||||
&:hover {
|
||||
transform: translate(0, 0);
|
||||
z-index: 1001;
|
||||
.sidebar-container {
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user