Commit c0af6dec by 陈羽

update: updatestyle

parent e64c0996
......@@ -81,9 +81,10 @@
<el-input type="text" v-model="form.prizeType" style="display:none;"></el-input>
</el-form-item>
</el-form-item>
<template v-if="canEdit">
<el-button type="primary" @click="onSubmit('form')" style="margin:24px 0 50px 111px;">保存</el-button> <span class="tips">(若使用多个计划需小程序版本升级到3.8.2以上)</span>
</template>
<div v-if="canEdit" style="font-size:0;">
<el-button type="primary" @click="onSubmit('form')" style="margin:24px 0 50px 111px;">保存</el-button>
<span class="tips">(若使用多个计划需小程序版本升级到3.8.2以上)</span>
</div>
</el-form>
</section>
</template>
......@@ -443,6 +444,7 @@ export default {
}
.tips {
color: #606266;
font-size: 14px;
}
.sign-time {
vertical-align: top;
......
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