Commit 3df5149f by liangzhen

修改头部影响

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