制单签名样式优化
This commit is contained in:
parent
b6a1944a35
commit
5f1c771a00
|
|
@ -356,7 +356,7 @@
|
||||||
<img
|
<img
|
||||||
:src="leaseApplyData.leaseSignUrl"
|
:src="leaseApplyData.leaseSignUrl"
|
||||||
style="width: 40px; height: 90px; max-width: 100%"
|
style="width: 40px; height: 90px; max-width: 100%"
|
||||||
:style="{ transform: confirmSign.confirmSignType == 0 ? 'rotate(-90deg)' : '' }"
|
:style="{ transform: leaseApplyData.leaseSignType == 0 ? 'rotate(-90deg)' : '' }"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue