潘志宝
2024-11-14 da47a3349dcfd87db23ab8e64fbf35fe1aea5685
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;