From 1d160a52bb6d146d6130e449af0f57ba92cbe015 Mon Sep 17 00:00:00 2001
From: dongyukun <1208714201@qq.com>
Date: 星期五, 15 十一月 2024 10:27:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/model/pre/analysis/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/model/pre/analysis/index.vue b/src/views/model/pre/analysis/index.vue
index 5418745..b21627a 100644
--- a/src/views/model/pre/analysis/index.vue
+++ b/src/views/model/pre/analysis/index.vue
@@ -164,7 +164,6 @@
           </div>
         </div>
       </el-form>
-
     </div>
   </el-card>
 </template>
@@ -173,7 +172,7 @@
   import * as CategoryApi from "@/api/data/ind/category";
   import * as DmModule from '@/api/model/pre/dm'
   import * as ItemApi from "@/api/data/ind/item/item";
-  import * as MmPredictItem from '@/api/model/pre/predict'
+  import * as MmPredictItem from '@/api/model/pre/item'
   import * as echarts from "echarts";
   import { onMounted, ref } from 'vue';
   import { Search, ArrowLeft, ArrowRight,} from '@element-plus/icons-vue'
@@ -684,7 +683,7 @@
 
   .his-body {
     width: 100%;
-    height: calc(calc(100vh - 48px - 38px - 130px));
+    height: calc(calc(100vh - 68px - 38px - 160px));
     display: flex;
     flex-direction: row;
     justify-content: flex-start;

--
Gitblit v1.9.3