Commit 3df5149f by liangzhen

修改头部影响

1 parent c4e667b5
......@@ -339,8 +339,8 @@ export default {
.mian{
// width: 100%;
// height: 100vh;
height: 100vh;
overflow: hidden;
height: 100%;
overflow: auto;
}
......
......@@ -204,15 +204,11 @@ export default {
position: relative;
background: #fff;
// background: rgb(241, 242, 244);
overflow:hidden;
// overflow:auto;
display: flex;
flex-wrap: nowrap;
// width: 100%;
// display: flex;
// padding: 15px;
// background-color: #fff;
// position: relative;
// overflow: hidden;
position: relative;
overflow: hidden;
.bar {
width: 235px !important;
height: 100%;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!