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 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) {