This commit is contained in:
Vanessa 2022-10-20 23:31:08 +08:00
parent 7fbae2f743
commit c285845e07
2 changed files with 7 additions and 4 deletions

View file

@ -59,9 +59,10 @@ body {
}
.fullscreen {
& > .protyle-breadcrumb {
padding-left: 9px;
padding-right: 126px;
& > .protyle-breadcrumb,
& > .block__icons {
padding-left: 10px;
padding-right: 108px;
}
.protyle-breadcrumb > .fn__flex-shrink {

View file

@ -98,8 +98,10 @@ progressLoading: 400
z-index: 90;
border-radius: 0;
& > .protyle-breadcrumb {
& > .protyle-breadcrumb,
& > .block__icons { // 关系图
padding-left: 69px;
height: 32px;
}
}