style: 去掉样式

This commit is contained in:
rd
2025-08-26 09:16:53 +08:00
parent 2ca268d588
commit 6211c78c07

View File

@ -16,16 +16,5 @@
justify-content: center;
align-items: center;
}
&.process-row {
position: relative;
&::after {
top: 0;
left: 0;
position: absolute;
width: 1px;
height: 100%;
background: #e6e6e8;
}
}
}
}