Kaynağa Gözat

优化查看问卷样式

11wqe1 1 yıl önce
ebeveyn
işleme
833500b689
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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;
   }