diff --git a/src/views/mainPage.vue b/src/views/mainPage.vue
index fe741f7..4f9a110 100644
--- a/src/views/mainPage.vue
+++ b/src/views/mainPage.vue
@@ -341,6 +341,7 @@
:show-confirm-button="false"
:show-cancel-button="false"
v-model:show="show3"
+ :style="{ maxWidth: '70vw', width: 'auto', padding: '1rem' }"
>
×
@@ -363,6 +364,7 @@
:show-confirm-button="false"
:show-cancel-button="false"
v-model:show="show4"
+ :style="{ maxWidth: '70vw', width: 'auto', padding: '1rem' }"
>
×
@@ -385,6 +387,7 @@
:show-confirm-button="false"
:show-cancel-button="false"
v-model:show="show5"
+ :style="{ maxWidth: '70vw', width: 'auto', padding: '1rem' }"
>
评卷地点信息
@@ -848,7 +851,6 @@
color: #666;
margin-right: -20px;
}
- .icon_background{
- }
+