From 17e2ed2c8a4a7b69c78c52bca5848b0e2dcd589f Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期二, 15 四月 2025 14:20:41 +0800
Subject: [PATCH] change

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

diff --git a/src/views/left/KGSimOption/PredictiveSimulation.vue b/src/views/left/KGSimOption/PredictiveSimulation.vue
index 237741d..ba29131 100644
--- a/src/views/left/KGSimOption/PredictiveSimulation.vue
+++ b/src/views/left/KGSimOption/PredictiveSimulation.vue
@@ -44,7 +44,7 @@
       </div>
       <div>
         <label>浠跨湡鍙傛暟:</label>
-        <div style="width: 100%; height: 60px; background-color: #fff;"></div>
+        <div style="width: 100%; height: 43px; background-color: #fff;"></div>
       </div>
     </div>
     <div class="buttons">
@@ -81,7 +81,7 @@
 </template>
 
 <script setup>
-import { ref, computed } from 'vue';
+import { ref, computed,inject } from 'vue';
 import { ElMessage } from 'element-plus';
 import { initeWaterPrimitiveView } from "@/utils/water";
 const { startSimulate, endSimulate } = inject("simulateActions");
@@ -195,8 +195,12 @@
 
 .buttons {
   margin-top: 10px;
+  display: flex;
+  gap: 10px;
 }
-
+.el-button {
+  flex: 1;
+}
 .input-item {
   display: flex;
   align-items: center;

--
Gitblit v1.9.3