Commit 964f344d by 萱草

update: 样式更改

parent 7705564c
.w-280[data-v-34e78e1e]{width:280px}.w600[data-v-449e1413]{width:600px}.w-360[data-v-449e1413]{width:360px}.title[data-v-449e1413]{height:40px;line-height:40px;background:#f7f8fa}.title[data-v-449e1413]:before{clear:both;content:"";display:inline-block;overflow:hidden;width:3px;height:12px;line-height:14px;margin-right:8px;margin-left:12px;background:#2f54eb}.w-106[data-v-449e1413]{width:106px}.padding-change .el-input__inner{padding-right:10px!important}.special .el-checkbox__input.is-checked+.el-checkbox__label{color:#c4c6cf}
\ No newline at end of file
.w-280[data-v-34e78e1e]{width:280px}
\ No newline at end of file
.w-280[data-v-70bc329c]{width:280px}.w600[data-v-fa310ed2]{width:600px}.w-360[data-v-fa310ed2]{width:360px}.title[data-v-fa310ed2]{height:40px;line-height:40px;background:#f7f8fa}.title[data-v-fa310ed2]:before{clear:both;content:"";display:inline-block;overflow:hidden;width:3px;height:12px;line-height:14px;margin-right:8px;margin-left:12px;background:#2f54eb}.w-106[data-v-fa310ed2]{width:106px}.padding-change .el-input__inner{padding-right:10px!important}.special .el-checkbox__input.is-checked+.el-checkbox__label{color:#c4c6cf}
\ No newline at end of file
.w-280[data-v-70bc329c]{width:280px}
\ No newline at end of file
......@@ -11,7 +11,7 @@
<el-radio v-model="ruleForm.dateType" :label="2">固定日期</el-radio>
</el-form-item>
<el-form-item label="商品备货设置" v-if="ruleForm.dateType == 1" prop="dynamicType">
<div class="mb5">
<div class="mb10">
<el-radio v-model="ruleForm.dynamicType" style="margin-right:10px" :label="1">下单当天</el-radio>
<el-input-number class="w100 mr10" v-model="ruleForm.dynamicH" :min="1" :max="24" :controls="false" :precision="0"></el-input-number>小时
<el-input-number class="w100 mr10 ml10" v-model="ruleForm.dynamicM" :max="60" :controls="false" :precision="0"></el-input-number>分钟后,买家可提货
......
......@@ -33,7 +33,7 @@
</el-form-item>
</template>
<h3 class="pb20 title mb30">自提点设置</h3>
<h3 class="pb20 title mb30 mt30">自提点设置</h3>
<form-content :rule-form.sync="ruleForm"></form-content>
<el-form-item class="mt20">
<el-button @click="handleSubmit()" type="primary">{{ isAdd ? '确认新建' : '保存' }}</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment