fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
class="affiche_modal"
|
||||
v-model:visible="affiche"
|
||||
:footer="null"
|
||||
width="25%"
|
||||
width="30%"
|
||||
:maskClosable="false"
|
||||
:centered="true"
|
||||
:closable="false"
|
||||
@@ -103,7 +103,7 @@ export default defineComponent({
|
||||
.ant-modal-body {
|
||||
padding: 0;
|
||||
// height: calc(65vh - 6.4rem);
|
||||
height: calc(65rem*1.2);
|
||||
height: calc(35rem*1.2);
|
||||
// background-color: #181818;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user