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; }