Commit 5d8463a4 by huaying

fix: 去除body的y轴滚轴,活码列表右边大片空白

parent f05fc08d
......@@ -73,6 +73,7 @@ export default {
.list-right {
position: relative;
height: 500px;
width: 100%;
min-width: calc(100% - 300px);
min-height: calc(100vh - 94px);
border-left: 1px solid #e4e7ed;
......
......@@ -287,6 +287,7 @@ body {
/* background-color: #f0f2f5; */
}
body {
overflow-y: hidden;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
......
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