style: UDM签约用户编辑框top0

This commit is contained in:
TsMask
2024-06-18 11:01:17 +08:00
parent a311f0a09b
commit 749a04972d

View File

@@ -1491,6 +1491,7 @@ onMounted(() => {
:drag="true"
:width="800"
:destroyOnClose="true"
style="top: 0px"
:body-style="{ maxHeight: '650px', 'overflow-y': 'auto' }"
:keyboard="false"
:mask-closable="false"
@@ -2010,6 +2011,7 @@ onMounted(() => {
:drag="true"
:width="800"
:destroyOnClose="true"
style="top: 0px"
:body-style="{ maxHeight: '650px', 'overflow-y': 'auto' }"
:keyboard="false"
:mask-closable="false"
@@ -2551,6 +2553,7 @@ onMounted(() => {
<ProModal
:drag="true"
:destroyOnClose="true"
style="top: 0px"
:keyboard="false"
:mask-closable="false"
:visible="modalState.visibleByBatchDel"