797bug
This commit is contained in:
parent
a07d621206
commit
8c15de2b45
|
@ -55,7 +55,7 @@
|
|||
></span
|
||||
>
|
||||
</p>
|
||||
<p v-if="dataForm.content.enclosure">
|
||||
<p v-if="dataForm.content.enclosure" class="lastP">
|
||||
<span>
|
||||
申请附件:<span>
|
||||
{{ dataForm.content.enclosure || '--'
|
||||
|
@ -518,7 +518,7 @@ export default {
|
|||
width: 500px;
|
||||
}
|
||||
}
|
||||
p:last-of-type {
|
||||
.lastP {
|
||||
margin-top: 16px;
|
||||
width: 100%;
|
||||
span {
|
||||
|
|
Loading…
Reference in New Issue