This commit is contained in:
gaoyuanwei 2022-08-03 14:31:17 +08:00
parent a07d621206
commit 8c15de2b45
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
></span ></span
> >
</p> </p>
<p v-if="dataForm.content.enclosure"> <p v-if="dataForm.content.enclosure" class="lastP">
<span> <span>
申请附件<span> 申请附件<span>
{{ dataForm.content.enclosure || '--' {{ dataForm.content.enclosure || '--'
@ -518,7 +518,7 @@ export default {
width: 500px; width: 500px;
} }
} }
p:last-of-type { .lastP {
margin-top: 16px; margin-top: 16px;
width: 100%; width: 100%;
span { span {