调整1920 2560下的尺寸

This commit is contained in:
X1627315083
2024-01-09 16:04:01 +08:00
parent 7aafa5eeeb
commit 1b9031cf72
11 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
<a-modal class="modal_component cut_pricture_modal"
v-model:visible="cutPicuterModal"
:footer="null"
width="75%"
width="110rem"
:maskClosable="false"
:centered="true"
:closable="false"

View File

@@ -3,7 +3,7 @@
<a-modal class="modal_component collection_modal Guide_1_2"
v-model:visible="showCollectionModal"
:footer="null"
width="75%"
width="110rem"
:maskClosable="false"
:centered="true"
:closable="false"

View File

@@ -4,7 +4,7 @@
class="layout_modal"
v-model:visible="layout"
:footer="null"
width="75%"
width="110rem"
:maskClosable="false"
:centered="true"
:closable="false"

View File

@@ -4,7 +4,7 @@
class="layout_modal"
v-model:visible="layout"
:footer="null"
width="75%"
width="110rem"
:maskClosable="false"
:centered="true"
:closable="false"

View File

@@ -3,7 +3,7 @@
class="scaleImage_modal"
v-model:visible="scaleImage"
:footer="null"
width="75%"
width="110rem"
:maskClosable="false"
:centered="true"
:closable="false"