diff --git a/src/component/HomePage/affiche.vue b/src/component/HomePage/affiche.vue index 5abf58e1..3edd6754 100644 --- a/src/component/HomePage/affiche.vue +++ b/src/component/HomePage/affiche.vue @@ -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;