From 57e5d9f6e81d7ae91aba7b7cc40fc47bae6a19a5 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Wed, 31 Jan 2024 15:28:40 +0800 Subject: [PATCH] fix --- src/component/HomePage/affiche.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;