吉安感知网项目-前端
罗广辉
2026-01-26 beb95fb5fc166804056abafd70fc01ac27de7621
applications/drone-command/src/views/job/components/TaskAlgorithmBusiness.vue
@@ -2,7 +2,7 @@
<template>
  <div class="task-algorithm" v-if="showAlgorithm">
    <el-select
        class="ztzf-select"
        class="command-select"
        :teleported="false"
        :style="{ width: pxToRem(setWidth) }"
        v-model="ai_types"
@@ -18,7 +18,7 @@
    </el-select>
  </div>
  <div class="task-business" v-if="showBusiness">
    <el-select class="ztzf-select"
    <el-select class="command-select"
               :teleported="false"
               :style="{ width: pxToRem(setWidth) }"
               v-model="industry_type"
@@ -99,7 +99,7 @@
//    --el-tag-hover-color: none !important;
//    color: #fff !important;
// }
::v-deep(.ztzf-select) {
::v-deep(.command-select) {
  .el-select__wrapper {
    z-index: 1111;