修改全局的取消按钮展示

This commit is contained in:
范强强
2022-09-08 17:13:58 +08:00
parent c59e462c8c
commit 1f659d5ddf
20 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
</div>
</a-spin>
<div class="drawer-bootom-button">
<a-button @click="handleCancel" type="danger" style="margin-right: 16px">{{$t('cancel')}}</a-button>
<a-button @click="handleCancel" style="margin-right: 16px">{{$t('cancel')}}</a-button>
<a-button @click="handleSubmit" type="primary" :loading="submitLoading">{{$t('submit')}}</a-button>
</div>
</a-drawer>