Commit 0522c6cd by huaying

Merge branch 'feature/act-code' into dev

parents 505b7b9a 5d8463a4
......@@ -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