797bug
This commit is contained in:
parent
a07d621206
commit
8c15de2b45
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue