修改移动端数据显示样式问题
This commit is contained in:
parent
afddddeca2
commit
d3e4bf733e
|
@ -341,6 +341,7 @@
|
|||
:show-confirm-button="false"
|
||||
:show-cancel-button="false"
|
||||
v-model:show="show3"
|
||||
:style="{ maxWidth: '70vw', width: 'auto', padding: '1rem' }"
|
||||
>
|
||||
<span class="dialog-close-content" @click="show3 = false">×</span>
|
||||
<div class="grop-by">
|
||||
|
@ -363,6 +364,7 @@
|
|||
:show-confirm-button="false"
|
||||
:show-cancel-button="false"
|
||||
v-model:show="show4"
|
||||
:style="{ maxWidth: '70vw', width: 'auto', padding: '1rem' }"
|
||||
>
|
||||
<span class="dialog-close-content" @click="show4 = false">×</span>
|
||||
<div class="grop-by">
|
||||
|
@ -385,6 +387,7 @@
|
|||
:show-confirm-button="false"
|
||||
:show-cancel-button="false"
|
||||
v-model:show="show5"
|
||||
:style="{ maxWidth: '70vw', width: 'auto', padding: '1rem' }"
|
||||
>
|
||||
<div class="grop-by">
|
||||
评卷地点信息
|
||||
|
@ -848,7 +851,6 @@
|
|||
color: #666;
|
||||
margin-right: -20px;
|
||||
}
|
||||
.icon_background{
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue