Commit 8448e31c by wufan

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

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