fix(plugin-layout): main需要设置z-index:0

This commit is contained in:
wanchun 2022-01-21 17:34:43 +08:00
parent a3158ee595
commit e84d7e5bb0

View File

@ -288,6 +288,9 @@ export default {
<style lang="less" scoped>
.main-layout {
height: 100vh;
.layout-main {
z-index: 0;
}
.layout-header {
display: flex;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);