diff --git a/src/views/materialsStation/toolsLease/apply/component/homeApply.vue b/src/views/materialsStation/toolsLease/apply/component/homeApply.vue index 665f9aac..daeca755 100644 --- a/src/views/materialsStation/toolsLease/apply/component/homeApply.vue +++ b/src/views/materialsStation/toolsLease/apply/component/homeApply.vue @@ -200,7 +200,7 @@ v-if="leaseApplyData.leaseSignUrl" :src="leaseApplyData.leaseSignUrl" style="width: 40px; height: 90px" - :style="{transform: leaseApplyData.leaseSignType == 0 ? 'rotate(90deg)' : ''}" + :style="{transform: leaseApplyData.leaseSignType == 0 ? 'rotate(-90deg)' : ''}" alt="" /> diff --git a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue index c170c1c9..e98d0ab4 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue @@ -191,7 +191,7 @@ v-if="leaseApplyData.leaseSignUrl" :src="leaseApplyData.leaseSignUrl" style="width: 40px; height: 90px" - :style="{transform: leaseApplyData.leaseSignType == 0 ? 'rotate(90deg)' : ''}" + :style="{transform: leaseApplyData.leaseSignType == 0 ? 'rotate(-90deg)' : ''}" alt="" />