修改因手机端rem布局引发的问题

This commit is contained in:
范强强
2023-06-14 09:27:37 +08:00
parent c00ad775dc
commit d8fbf4261a
57 changed files with 63 additions and 61 deletions
@@ -18,7 +18,7 @@
</a-form-model>
</a-spin>
<div class='drawer-bootom-button' style='margin-top: 20px'>
<a-button style='margin-right: .8rem' @click='handleCancel'>{{ $t('cancel') }}</a-button>
<a-button style='margin-right: 8px' @click='handleCancel'>{{ $t('cancel') }}</a-button>
<a-button @click='handleSubmit' type='primary' :loading='confirmLoading'>{{ $t('submit') }}</a-button>
</div>
</div>