This commit is contained in:
X1627315083
2024-01-10 09:34:32 +08:00
parent fd4ed51bf5
commit 59c5e59347
25 changed files with 64 additions and 76 deletions

View File

@@ -4,7 +4,7 @@
class="layout_modal"
v-model:visible="layout"
:footer="null"
width="110rem"
width="65%"
:maskClosable="false"
:centered="true"
:closable="false"
@@ -732,8 +732,8 @@ export default defineComponent({
.layout_centent{
display: flex;
// height: 55%;
width: 49rem;
height: calc(49rem*0.614);
height: 35rem;
width: 57rem;
// height: 60%;
flex-direction: column;
flex-wrap: wrap;