Commit a4f7f715 by 姜雷

修改页面容器

parent f5ffdd52
......@@ -14,8 +14,8 @@
body,
#app {
width: 100%;
height: 100%;
overflow: hidden;
/* height: 100%;
overflow: hidden; */
margin: 0;
padding: 0;
}
......@@ -23,11 +23,11 @@
padding: 6.66667vw;
}
.Content {
height: 100%;
/* height: 100%; */
padding: 4.8vw 3.2vw;
box-sizing: border-box;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
/* overflow-y: scroll;
-webkit-overflow-scrolling: touch; */
}
.Content .content-title {
font-size: 4.53333vw;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment