可能转好了

This commit is contained in:
砂糖
2025-07-11 15:50:43 +08:00
parent 08adb88985
commit de2438f31d
3 changed files with 6 additions and 9 deletions

View File

@@ -127,10 +127,9 @@
<!-- 旋转角度 -->
<div style="width:100%;height:350px;display: flex;justify-content: space-between">
<div style="display: flex;margin-bottom: 15px;">
<img src="../../../assets/img/FlowChart-2-1.png" class="imageCircle"
:style="{transform: 'rotate(-' + circleStart - 45 + 'deg)'}"
:style="{transform: 'rotate(-' + circleStart + 'deg)'}"
/>
<img src="../../../assets/img/FlowChart-2-2.png" class="image-circle-rows">
</div>
@@ -270,7 +269,6 @@
</div>
</div>
<el-dialog
title="请填写轧制后的最终厚度与直径"
:visible.sync="dialogVisible"
@@ -446,7 +444,8 @@ export default {
newHTML: true,
processBatchId:0,
nowPass: {},
nextStepLoading: false
nextStepLoading: false,
circleStart: 0,
}
},
methods: {