| | |
| | | } |
| | | |
| | | .el-dialog__body { |
| | | height: 0; |
| | | flex: 1; |
| | | max-height: 70vh; |
| | | min-height: 20vh; |
| | | overflow: auto; |
| | | |
| | | .detail-title { |
| | | margin-bottom: 20px; |
| | |
| | | <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"> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | |
| | | <div class="detail-title" :style="{ marginTop: pxToRem(20) }">工单执行范围</div> |
| | | <CommonCesiumMap |
| | | ref="mapRef" |
| | | class="leftMap gd-cesium" |
| | |
| | | color: #272e37; |
| | | } |
| | | } |
| | | .processBox { |
| | | width: 312px; |
| | | } |
| | | } |
| | | |
| | | .setHeight { |