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