no message

cyl/job_im
jscyl13849007907 1 day ago
parent c3011bab1a
commit cbc763f34a

@ -412,12 +412,14 @@ onUnmounted(() => {
.imitems{ .imitems{
.bottom-line { .bottom-line {
position: relative; position: relative;
} &::after {
&:first-child{ content: "";
.bottom-line { width: 100%;
&::after { height: 1px;
background-color: transparent; background-color: #ededed;
} position: absolute;
left: 10px;
top: -12px;
} }
} }
} }
@ -426,6 +428,15 @@ onUnmounted(() => {
// overflow: hidden; // overflow: hidden;
// border-radius: 8px; // border-radius: 8px;
// margin-bottom: 8px; // margin-bottom: 8px;
&:first-child{
.imitems{
.bottom-line {
&::after {
background-color: #ffffff;
}
}
}
}
} }
.slide-actions { .slide-actions {

Loading…
Cancel
Save