From 30d6e546628497d9ba474c103962f7a3b42de2b5 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Fri, 25 Jul 2025 16:47:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../materialsStation/toolsLease/apply/component/homeApply.vue | 2 +- .../toolsLease/outBound/component/homeApply.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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="" />