This commit is contained in:
Vanessa 2022-10-21 09:23:15 +08:00
parent c49d7e1d2a
commit 677eca9b58
4 changed files with 18 additions and 7 deletions

View file

@ -111,12 +111,17 @@
box-sizing: border-box;
min-height: 30px;
&__space {
flex: 1;
min-width: 8px;
transition: var(--b3-transition);
}
&__bar {
align-items: center;
flex-wrap: wrap;
display: flex;
transition: var(--b3-transition);
margin-right: 8px;
overflow: auto;
min-height: 30px;

View file

@ -64,10 +64,6 @@ body {
padding-left: 10px;
padding-right: 108px;
}
.protyle-breadcrumb > .fn__flex-shrink {
-webkit-app-region: drag;
}
}
}
}

View file

@ -103,6 +103,16 @@ progressLoading: 400
padding-left: 69px;
height: 32px;
}
.protyle-breadcrumb > .protyle-breadcrumb__space {
-webkit-app-region: drag;
min-width: 32px;
&:hover {
border-radius: 16px;
background-color: var(--b3-theme-surface-light);
}
}
}
.custom-attr {