瀏覽代碼

优化查看问卷样式

11wqe1 1 年之前
父節點
當前提交
833500b689
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/testDetail/check.vue

+ 3 - 1
src/views/testDetail/check.vue

@@ -102,7 +102,9 @@ export default {
   .step_box {
     margin-top: 1.5rem;
     width: 100%;
-    height: calc(100vh - 1.5rem - 50px);
+    box-sizing: border-box;
+    // padding-bottom: 15px;
+    height: calc(100vh - 1.5rem);
     overflow: auto;
     position: relative;
   }