三七 3 dias atrás
pai
commit
bd7404b9b5
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/views/qw/sop/sop.vue

+ 3 - 3
src/views/qw/sop/sop.vue

@@ -466,17 +466,17 @@
             <span v-if="outTimeOpen.isRating == '1'" style="margin-left: 10px;color: #13ce66">已开启</span>
             <span v-if="outTimeOpen.isRating == '2'" style="margin-left: 10px;color: #ff4949">已关闭</span>
           </el-col>
-          <el-col>
+          <el-col style="margin-top: 3%">
             <span>小转天数:</span>
             <el-input-number v-model="outTimeOpen.minConversionDay"></el-input-number>
             (天)
           </el-col>
-          <el-col>
+          <el-col style="margin-top: 3%">
             <span>大转天数:</span>
             <el-input-number v-model="outTimeOpen.maxConversionDay"></el-input-number>
             (天)
           </el-col>
-          <el-col>
+          <el-col style="margin-top: 3%">
             <span>发课开始天数:</span>
             <el-input-number v-model="outTimeOpen.courseDay" :min="1" :max="100"></el-input-number>
             (天)