三七 3 天之前
父节点
当前提交
bd7404b9b5
共有 1 个文件被更改,包括 3 次插入3 次删除
  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>
             (天)