Skip to content

Commit f90c009

Browse files
Peter_TanRock-520
authored andcommitted
style: 调整布局样式
1 parent 4e7b103 commit f90c009

File tree

1 file changed

+1
-1
lines changed
  • frontend/magic-web/src/opensource/layouts/BaseLayout

1 file changed

+1
-1
lines changed

frontend/magic-web/src/opensource/layouts/BaseLayout/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const useStyles = createStyles(
3232
subSider: {},
3333
content: css`
3434
width: calc(100% - var(--sider-width));
35-
height: calc(100% - 44px);
35+
height: 100%;
3636
`,
3737
}
3838
},

0 commit comments

Comments
 (0)