fix: 移除拖拽组件,全局注册ProModal替换默认AModal

This commit is contained in:
TsMask
2024-06-18 10:26:38 +08:00
parent c74d311537
commit a311f0a09b
57 changed files with 433 additions and 458 deletions

View File

@@ -96,8 +96,10 @@ function fnChangeLocale(e: any) {
<LockOutlined />
</template>
</a-button>
<a-modal
<ProModal
:drag="true"
:width="400"
:minHeight="200"
:mask-closable="false"
v-model:visible="lockConfirm"
:title="t('loayouts.rightContent.lockTip')"
@@ -119,7 +121,7 @@ function fnChangeLocale(e: any) {
</template>
</a-input-password>
</a-space>
</a-modal>
</ProModal>
</a-tooltip>
<a-tooltip placement="bottom">