ソースを参照

修改填写问卷布局

11wqe1 1 年間 前
コミット
fec2dbbb52
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/views/testDetail/components/topic.vue

+ 3 - 2
src/views/testDetail/components/topic.vue

@@ -478,8 +478,9 @@ export default {
   width: 95%;
   margin: 0 auto;
   background: #fff;
-  height: calc(100% - 55px);
   overflow: auto;
+  box-sizing: border-box;
+  padding-bottom: 15px;
 }
 
 .c_box_title {
@@ -489,7 +490,7 @@ export default {
   font-weight: bold;
   word-break: break-all;
   margin: 10px auto;
-  margin-bottom: 20px;
+  margin-bottom: 15px;
 }
 
 .c_box_brief {