This commit is contained in:
X1627315083
2024-01-31 15:28:40 +08:00
parent c06f2b6f71
commit 57e5d9f6e8

View File

@@ -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;