fix: 修复 文档层级 问题

This commit is contained in:
就眠儀式 2022-03-27 09:37:47 +08:00
parent 4169967a04
commit 0df980800c

View File

@ -308,7 +308,7 @@ export default {
<style> <style>
.layui-layout-document > .layui-header { .layui-layout-document > .layui-header {
z-index: 9999; z-index: 99;
width: 100%; width: 100%;
position: fixed; position: fixed;
background: #393d49; background: #393d49;
@ -319,7 +319,7 @@ export default {
overflow-x: hidden; overflow-x: hidden;
position: fixed; position: fixed;
margin-top: 60px; margin-top: 60px;
z-index: 999; z-index: 99;
height: calc(100% - 60px); height: calc(100% - 60px);
box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%); box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);
} }