Vanessa 2023-04-03 19:50:25 +08:00
parent ae82c47e85
commit 2b5baa93d2
8 changed files with 46 additions and 14 deletions

View file

@ -117,7 +117,7 @@ html {
& > .protyle-breadcrumb,
& > .block__icons { // 关系图
padding-left: 69px;
padding-left: var(--b3-toolbar-left-mac);
height: 32px;
}
@ -156,7 +156,7 @@ html {
box-sizing: border-box;
height: 32px;
line-height: 32px;
padding: 0 5px 0 69px;
padding: 0 5px 0 var(--b3-toolbar-left-mac);
border-bottom: .5px solid var(--b3-border-color);
&--browser {

View file

@ -1,4 +1,20 @@
.card {
&__main {
@extend .fn__flex-column;
box-sizing: border-box;
max-height: 100%;
background-color: var(--b3-theme-surface);
&.fullscreen > .b3-form__space--small {
padding-left: var(--b3-toolbar-left-mac);
}
}
&__header {
display: flex;
padding: 8px 8px 8px 12px;
}
&__empty {
display: flex;
justify-content: center;

View file

@ -72,13 +72,14 @@ body {
& > .protyle-breadcrumb,
& > .block__icons {
height: 42px;
padding-right: 42px;
}
}
&.body--win32 .fullscreen {
& > .protyle-breadcrumb,
& > .block__icons {
padding-right: 126px;
padding-right: 168px;
}
}