修复了一些小错误

This commit is contained in:
2020-11-27 09:46:09 +08:00
parent b5f9f46da8
commit 660af5b8e1
4 changed files with 5 additions and 5 deletions

View File

@@ -174,7 +174,7 @@
<span class="words-number">{{ form.desc.length }}/200</span>
</a-form-item>
<a-form-item :wrapper-col="{ span: 4, offset: 0 }">
<a-button @click="onSubmit">{{ lan.$t("fabuzhibo") }}</a-button>
<a-button @click="onSubmit">{{ lan.$t("fabuzhibob") }}</a-button>
<a-button style="margin-left:0.15rem;background-color: red;" @click="isquxiao = true" v-if="isbianji">{{ lan.$t("quxiaozhibo") }}</a-button>
</a-form-item>