吉安感知网项目-前端
罗广辉
2026-01-21 9a319213ee581ca5cf470457da3423944bb4b569
feat: 弹框css
2 files modified
11 ■■■■■ changed files
applications/task-work-order/src/styles/common/cockpit.scss 5 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue 6 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/common/cockpit.scss
@@ -481,8 +481,9 @@
  }
  .el-dialog__body {
    height: 0;
    flex: 1;
    max-height: 70vh;
    min-height: 20vh;
    overflow: auto;
    .detail-title {
      margin-bottom: 20px;
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -12,7 +12,6 @@
                <el-steps direction="vertical" :active="processList.length">
                    <el-step v-for="item in processList" :title="item.flowName" :description="item.flowDesc" />
                </el-steps>
                <!--                <div v-for="(item, index) in processList">{{ index }}-{{ item.flowName }}{{ item.flowDesc }}</div>-->
            </div>
            <div class="leftBox">
                <div v-if="dialogReadonly">
@@ -121,7 +120,7 @@
                        </el-col>
                    </el-row>
                </el-form>
                <div class="detail-title" :style="{ marginTop: pxToRem(20) }">工单执行范围</div>
                <CommonCesiumMap
                    ref="mapRef"
                    class="leftMap gd-cesium"
@@ -469,6 +468,9 @@
            color: #272e37;
        }
    }
    .processBox {
        width: 312px;
    }
}
.setHeight {