weiwenhai 6 年 前
コミット
eae5376707

+ 7 - 3
src/modules/questions/views/ExportStructure.vue

@@ -279,7 +279,9 @@
           </el-form-item>
         </el-row>
         <el-row>
-          <div style=" color: #f56c6c; margin-bottom: -30px;">*</div>
+          <div style=" color: #f56c6c; margin-bottom: -30px;margin-top: 8px;">
+            *
+          </div>
           <el-form-item label="考试名称">
             <el-select
               v-model="exportStructure.examId"
@@ -302,7 +304,9 @@
           </el-form-item>
         </el-row>
         <el-row>
-          <div style=" color: #f56c6c; margin-bottom: -30px;">*</div>
+          <div style=" color: #f56c6c; margin-bottom: -30px;margin-top: 8px;">
+            *
+          </div>
           <el-form-item label="导出类型">
             <el-select
               v-model="exportStructure.exportType"
@@ -331,7 +335,7 @@
           >
             <el-row>
               <div
-                style=" color: #f56c6c; margin-bottom: -30px;margin-left: 26px;"
+                style=" color: #f56c6c; margin-bottom: -30px;margin-left: 26px;margin-top: 8px;"
               >
                 *
               </div>

+ 2 - 1
src/modules/questions/views/PreviewPaper.vue

@@ -285,9 +285,10 @@ small {
   font-size: 14px;
 }
 .paper {
-  width: 75%;
   margin: 0 auto;
   background-color: white;
+  padding-left: 10%;
+  padding-right: 10%;
 }
 .paper-input {
   font-size: 14px;