fix: 移除拖拽组件,全局注册ProModal替换默认AModal
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user