Commit a2a8a565 by 萱草

update: 样式更改

parent 964f344d
.w-280[data-v-4e6deb77]{width:280px}.w600[data-v-7f8c690b]{width:600px}.w-360[data-v-7f8c690b]{width:360px}.title[data-v-7f8c690b]{height:40px;line-height:40px;background:#f7f8fa}.title[data-v-7f8c690b]: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-7f8c690b]{width:106px}.fixed-btn[data-v-7f8c690b]{width:100%;height:56px;position:fixed;bottom:0;left:200px;background:#fff;border-top:1px solid #e4e7ed;text-align:center;margin-left:-100px;z-index:2;font-size:0}.fixed-btn .el-button[data-v-7f8c690b]{margin-top:12px}.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-4e6deb77]{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
......@@ -13,16 +13,16 @@
<el-form-item label="商品备货设置" v-if="ruleForm.dateType == 1" prop="dynamicType">
<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>分钟后,买家可提货
<el-input-number class="w100 mr10" v-model="ruleForm.dynamicH" :min="1" :max="24" controls-position="right" :precision="0"></el-input-number>小时
<el-input-number class="w100 mr10 ml10" v-model="ruleForm.dynamicM" :min="0" :max="60" controls-position="right" :precision="0"></el-input-number>分钟后,买家可提货
</div>
<div>
<el-radio v-model="ruleForm.dynamicType" style="margin-right:10px" :label="2">下单</el-radio>
<el-input-number class="w100 mr10" v-model="ruleForm.dynamicD" :max="1000" :controls="false" :precision="0"></el-input-number>天后,买家可提货
<el-input-number class="w100 mr10" v-model="ruleForm.dynamicD" :min="1" :max="1000" controls-position="right" :precision="0"></el-input-number>天后,买家可提货
</div>
</el-form-item>
<el-form-item label="提货有效期" v-if="ruleForm.dateType == 1" prop="dynamicStop">
备货完成<el-input-number class="w100 mr10 ml10" v-model="ruleForm.dynamicStop" :min="2" :controls="false" :precision="0"></el-input-number>天后,停止自提
备货完成<el-input-number class="w100 mr10 ml10" v-model="ruleForm.dynamicStop" :min="2" controls-position="right" :precision="0"></el-input-number>天后,停止自提
</el-form-item>
<el-form-item label="日期范围" v-if="ruleForm.dateType == 2" prop="fixedTime">
<div class="mb10" v-for="(v, i) in ruleForm.fixedTime" :key="i" >
......
......@@ -35,9 +35,9 @@
</template>
<h3 class="pb20 title mb30 mt30">自提点设置</h3>
<form-content :rule-form.sync="ruleForm"></form-content>
<el-form-item class="mt20">
<div class="fixed-btn">
<el-button @click="handleSubmit()" type="primary">{{ isAdd ? '确认新建' : '保存' }}</el-button>
</el-form-item>
</div>
</el-form>
</div>
</template>
......@@ -263,6 +263,22 @@ export default {
.w-106{
width: 106px;
}
.fixed-btn {
width: 100%;
height: 56px;
position: fixed;
bottom: 0px;
left: 200px;
background: #fff;
border-top: 1px solid #e4e7ed;
text-align: center;
margin-left: -100px;
z-index: 2;
font-size: 0px;
}
.fixed-btn .el-button {
margin-top: 12px;
}
</style>
<style>
.padding-change .el-input__inner{
......
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