This commit is contained in:
yanran200730
2022-01-20 10:36:52 +08:00
parent 66236dfb5b
commit 4755651c38
9 changed files with 29 additions and 13 deletions

View File

@@ -199,16 +199,6 @@ export default {
.item {
position: relative;
height: 80px;
&:after {
width: 100%;
height: 1px;
background-color: rgba(216, 221, 230, 0.5);
content: "";
position: absolute;
left: 0;
bottom: 0;
}
}
& > span {