Commit 8448e31c by wufan

style:考试详情x轴超出隐藏

parent b439ce60
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
position: relative; position: relative;
overflow-x: hidden;
&.hidden { &.hidden {
border-left: 1px solid #cccccc; border-left: 1px solid #cccccc;
border-right: none; border-right: none;
...@@ -98,6 +99,7 @@ ...@@ -98,6 +99,7 @@
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
margin-top: -16px; margin-top: -16px;
overflow-x: hidden;
&.hidden { &.hidden {
width: calc(100vw - 200px); width: calc(100vw - 200px);
} }
......
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