修改禅道bug

This commit is contained in:
zyx.net
2022-08-10 15:31:01 +08:00
parent f8532f7ec2
commit 688cac5c10
@@ -91,7 +91,7 @@
</div>
<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="confirmLoading">{{$t('submit')}}</a-button>
</div>
</a-drawer>