fix: ensure the breadcrumb level is correct

This commit is contained in:
Vben
2021-03-17 20:57:53 +08:00
parent 6883b21bef
commit e49072c313
6 changed files with 57 additions and 45 deletions

View File

@@ -259,6 +259,12 @@
box-shadow: 0 1px 3px 0 #d4d9e1;
align-items: center;
> div:first-child,
> div:last-child {
display: flex;
align-items: center;
}
&--active {
color: #fff;
background: @primary-color;