This commit is contained in:
parent
d2d6d2ab66
commit
941fec02c7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue