fix: 系统重置框倒计时无变化
This commit is contained in:
@@ -66,10 +66,9 @@ function fnModalCancel() {
|
|||||||
{{ t('common.reset') }}
|
{{ t('common.reset') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-col>
|
</a-col>
|
||||||
<ProModal
|
<a-modal
|
||||||
:drag="true"
|
:drag="true"
|
||||||
:width="400"
|
:width="416"
|
||||||
:minHeight="200"
|
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
:mask-closable="false"
|
:mask-closable="false"
|
||||||
v-model:visible="state.visible"
|
v-model:visible="state.visible"
|
||||||
@@ -84,7 +83,7 @@ function fnModalCancel() {
|
|||||||
<div style="color: #f5222d">
|
<div style="color: #f5222d">
|
||||||
{{ t('views.system.setting.resetTipContent') }}
|
{{ t('views.system.setting.resetTipContent') }}
|
||||||
</div>
|
</div>
|
||||||
</ProModal>
|
</a-modal>
|
||||||
|
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
<a-col :lg="12" :md="12" :xs="24">
|
||||||
<a-typography>
|
<a-typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user