修改 画布布局

This commit is contained in:
X1627315083
2024-10-10 11:32:49 +08:00
parent 982bbee122
commit 03a85a3642
20 changed files with 272 additions and 143 deletions

View File

@@ -3,10 +3,11 @@
class="addDetails_modal generalModel"
v-model:visible="addDetails"
:footer="null"
width="50%"
width="78%"
:maskClosable="false"
:centered="true"
:closable="false"
:destroyOnClose="true"
wrapClassName="#app"
:keyboard="false"
>
@@ -81,8 +82,8 @@ export default defineComponent({
margin: 0 auto;
}
.exportCanvasBox_submit{
margin-top: 2.4rem;
text-align: center;
// margin-top: 2.4rem;
// text-align: center;
}
}
</style>