This commit is contained in:
parent
d2d6d2ab66
commit
941fec02c7
|
@ -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: "预警推送",
|
||||||
|
@ -160,7 +160,11 @@ const data = reactive({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "办结结果",
|
title: "办结结果",
|
||||||
description: " 办结时间:2024.10.16",
|
description: "办结时间:2024.10.16",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "网格核实",
|
||||||
|
description: "核实日期:2024.10.17",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
@ -351,7 +355,7 @@ const closeDialog = () => {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
// display: flex;
|
// display: flex;
|
||||||
span{
|
span {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue