ul li:not(:last-child)::after {
content: '';
height: 14px;
border: 1px solid #3c423f;
position: absolute;
top: 4px;
right: 0;
}
2024-01-24 16:52:04
ul li:not(:last-child)::after {
content: '';
height: 14px;
border: 1px solid #3c423f;
position: absolute;
top: 4px;
right: 0;
}
下一篇:手把手教你实现vue下拉菜单组件