mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
fix: wrong style when breadcrumbs display background (#4472)
This commit is contained in:
parent
2a83f1d666
commit
1197efea26
@ -83,7 +83,7 @@ li:last-child a::after {
|
|||||||
|
|
||||||
li a::before,
|
li a::before,
|
||||||
li a::after {
|
li a::after {
|
||||||
@apply border-accent absolute top-0 h-0 w-0 border-[14px] border-solid content-[''];
|
@apply border-accent absolute top-0 h-0 w-0 border-[.875rem] border-solid content-[''];
|
||||||
}
|
}
|
||||||
|
|
||||||
li a::before {
|
li a::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user