diff --git a/dist.zip b/dist.zip index 2f55485..71d2d22 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/view/dialog/dialogLC.vue b/src/view/dialog/dialogLC.vue index f0c7e72..ab7a05e 100644 --- a/src/view/dialog/dialogLC.vue +++ b/src/view/dialog/dialogLC.vue @@ -145,10 +145,10 @@ const emit = defineEmits(["close"]); // 详情弹框 const dialogShow = ref(); const data = reactive({ - active: 3, title: "", content: {}, menu: {}, + active: 4,//步骤条进度 stepdata: [ { title: "预警推送", @@ -160,7 +160,11 @@ const data = reactive({ }, { title: "办结结果", - description: " 办结时间:2024.10.16", + description: "办结时间:2024.10.16", + }, + { + title: "网格核实", + description: "核实日期:2024.10.17", }, ], }); @@ -351,7 +355,7 @@ const closeDialog = () => { text-align: center; padding: 0 10px; // display: flex; - span{ + span { font-size: 18px; font-weight: 500; } @@ -425,7 +429,7 @@ const closeDialog = () => { } } .operationConten { - width: 1300px; + width: 1360px; // width: 100%; height: 249px; flex-direction: column; @@ -476,7 +480,7 @@ const closeDialog = () => { color: #ffffff; } :deep(.el-step.is-center .el-step__main) { - min-width: 410px; + min-width: 390px; font-size: 17px !important; } :deep(.el-step__description) {