style: UDM签约用户编辑框top0
This commit is contained in:
@@ -1491,6 +1491,7 @@ onMounted(() => {
|
|||||||
:drag="true"
|
:drag="true"
|
||||||
:width="800"
|
:width="800"
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
|
style="top: 0px"
|
||||||
:body-style="{ maxHeight: '650px', 'overflow-y': 'auto' }"
|
:body-style="{ maxHeight: '650px', 'overflow-y': 'auto' }"
|
||||||
:keyboard="false"
|
:keyboard="false"
|
||||||
:mask-closable="false"
|
:mask-closable="false"
|
||||||
@@ -2010,6 +2011,7 @@ onMounted(() => {
|
|||||||
:drag="true"
|
:drag="true"
|
||||||
:width="800"
|
:width="800"
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
|
style="top: 0px"
|
||||||
:body-style="{ maxHeight: '650px', 'overflow-y': 'auto' }"
|
:body-style="{ maxHeight: '650px', 'overflow-y': 'auto' }"
|
||||||
:keyboard="false"
|
:keyboard="false"
|
||||||
:mask-closable="false"
|
:mask-closable="false"
|
||||||
@@ -2551,6 +2553,7 @@ onMounted(() => {
|
|||||||
<ProModal
|
<ProModal
|
||||||
:drag="true"
|
:drag="true"
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
|
style="top: 0px"
|
||||||
:keyboard="false"
|
:keyboard="false"
|
||||||
:mask-closable="false"
|
:mask-closable="false"
|
||||||
:visible="modalState.visibleByBatchDel"
|
:visible="modalState.visibleByBatchDel"
|
||||||
|
|||||||
Reference in New Issue
Block a user