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