From a019f6249a6343532d44ce3a77ea65ae39d0f23f Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 25 Sep 2025 10:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/back/component/dialogFormByCq.vue | 2 +- .../equipment/totalReturnRecord/dialogFormByClz.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/material/back/component/dialogFormByCq.vue b/src/views/material/back/component/dialogFormByCq.vue index f66074a2..5a52dd8f 100644 --- a/src/views/material/back/component/dialogFormByCq.vue +++ b/src/views/material/back/component/dialogFormByCq.vue @@ -765,7 +765,7 @@ export default { } .is-rotate { - transform: rotate(90deg); + transform: rotate(-90deg); transform-origin: center center; } diff --git a/src/views/materialsStation/equipment/totalReturnRecord/dialogFormByClz.vue b/src/views/materialsStation/equipment/totalReturnRecord/dialogFormByClz.vue index 78c1360a..5b0b2bdc 100644 --- a/src/views/materialsStation/equipment/totalReturnRecord/dialogFormByClz.vue +++ b/src/views/materialsStation/equipment/totalReturnRecord/dialogFormByClz.vue @@ -490,7 +490,7 @@ export default { } .is-rotate { - transform: rotate(90deg); + transform: rotate(-90deg); transform-origin: center center; }