This commit is contained in:
duanxiaohai 2024-11-20 10:29:42 +08:00
parent d2d6d2ab66
commit 941fec02c7
2 changed files with 9 additions and 5 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -145,10 +145,10 @@ const emit = defineEmits(["close"]);
// //
const dialogShow = ref(); const dialogShow = ref();
const data = reactive({ const data = reactive({
active: 3,
title: "", title: "",
content: {}, content: {},
menu: {}, menu: {},
active: 4,//
stepdata: [ stepdata: [
{ {
title: "预警推送", title: "预警推送",
@ -162,6 +162,10 @@ const data = reactive({
title: "办结结果", title: "办结结果",
description: "办结时间2024.10.16", description: "办结时间2024.10.16",
}, },
{
title: "网格核实",
description: "核实日期:2024.10.17",
},
], ],
}); });
const titleshow = ref(false); const titleshow = ref(false);
@ -425,7 +429,7 @@ const closeDialog = () => {
} }
} }
.operationConten { .operationConten {
width: 1300px; width: 1360px;
// width: 100%; // width: 100%;
height: 249px; height: 249px;
flex-direction: column; flex-direction: column;
@ -476,7 +480,7 @@ const closeDialog = () => {
color: #ffffff; color: #ffffff;
} }
:deep(.el-step.is-center .el-step__main) { :deep(.el-step.is-center .el-step__main) {
min-width: 410px; min-width: 390px;
font-size: 17px !important; font-size: 17px !important;
} }
:deep(.el-step__description) { :deep(.el-step__description) {