ifx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user