fix: 移除拖拽组件,全局注册ProModal替换默认AModal
This commit is contained in:
@@ -66,7 +66,11 @@ function fnModalCancel() {
|
||||
{{ t('common.reset') }}
|
||||
</a-button>
|
||||
</a-col>
|
||||
<a-modal
|
||||
<ProModal
|
||||
:drag="true"
|
||||
:width="400"
|
||||
:minHeight="200"
|
||||
:destroyOnClose="true"
|
||||
:mask-closable="false"
|
||||
v-model:visible="state.visible"
|
||||
:title="t('common.tipTitle')"
|
||||
@@ -80,7 +84,7 @@ function fnModalCancel() {
|
||||
<div style="color: #f5222d">
|
||||
{{ t('views.system.setting.resetTipContent') }}
|
||||
</div>
|
||||
</a-modal>
|
||||
</ProModal>
|
||||
|
||||
<a-col :lg="12" :md="12" :xs="24">
|
||||
<a-typography>
|
||||
|
||||
Reference in New Issue
Block a user