From 742cecf2dd52906ff00a50461839bda83a3cbc6d Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期三, 30 四月 2025 17:18:20 +0800
Subject: [PATCH] 修改y轴动态变化

---
 src/views/left/KGSimOption/PredictiveSimulation.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/left/KGSimOption/PredictiveSimulation.vue b/src/views/left/KGSimOption/PredictiveSimulation.vue
index 379702b..8364488 100644
--- a/src/views/left/KGSimOption/PredictiveSimulation.vue
+++ b/src/views/left/KGSimOption/PredictiveSimulation.vue
@@ -81,12 +81,12 @@
           ><template #append>h</template></el-input
         >
       </el-form-item>
+      <el-form-item>
+        <el-button type="primary" @click="openPlan">鎵撳紑鏂规</el-button>
+        <el-button type="primary" @click="openSaveDialog">淇濆瓨鏂规</el-button>
+        <el-button type="success" @click="startPlay">寮�濮嬫ā鎷�</el-button>
+      </el-form-item>
     </el-form>
-    <div class="buttons">
-      <el-button type="primary" @click="openPlan">鎵撳紑鏂规</el-button>
-      <el-button type="primary" @click="openSaveDialog">淇濆瓨鏂规</el-button>
-      <el-button type="success" @click="startPlay">寮�濮嬫ā鎷�</el-button>
-    </div>
   </div>
 </template>
 <script setup>

--
Gitblit v1.9.3