File tree Expand file tree Collapse file tree 4 files changed +5
-26
lines changed Expand file tree Collapse file tree 4 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 54
54
.#{$prefix-cls } -grey-mode {
55
55
filter : grayscale (100% );
56
56
}
57
-
58
- .scrollbar__view {
59
- height : 99% !important ;
60
- }
61
57
</style >
Original file line number Diff line number Diff line change @@ -71,8 +71,5 @@ $prefix-cls: #{$namespace}-layout;
71
71
72
72
.#{$prefix-cls } {
73
73
background-color : var (--app-content-bg-color );
74
- :deep (.#{$elNamespace}-scrollbar__view ) {
75
- height : 99% !important ;
76
- }
77
74
}
78
75
</style >
Original file line number Diff line number Diff line change @@ -38,24 +38,8 @@ provide('reload', reload)
38
38
:class =" [
39
39
'p-[var(--app-content-padding)] w-full bg-[var(--app-content-bg-color)] dark:bg-[var(--el-bg-color)]',
40
40
{
41
- '!min-h-[calc(100%-var(--app-footer-height))]':
42
- (fixedHeader &&
43
- (layout === 'classic' || layout === 'topLeft' || layout === 'top') &&
44
- footer) ||
45
- (!tagsView && layout === 'top' && footer),
46
- '!min-h-[calc(100%-var(--app-footer-height)-var(--tags-view-height))]':
47
- tagsView && layout === 'top' && footer,
48
-
49
- '!min-h-[calc(100%-var(--tags-view-height)-var(--top-tool-height)-var(--app-footer-height))]':
50
- !fixedHeader && layout === 'classic' && footer,
51
-
52
- '!min-h-[calc(100%-var(--tags-view-height)-var(--app-footer-height))]':
53
- !fixedHeader && layout === 'topLeft' && footer,
54
-
55
- '!min-h-[calc(100%-var(--top-tool-height))]': fixedHeader && layout === 'cutMenu' && footer,
56
-
57
- '!min-h-[calc(100%-var(--top-tool-height)-var(--tags-view-height))]':
58
- !fixedHeader && layout === 'cutMenu' && footer
41
+ '!min-h-[calc(100vh-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))] pb-0':
42
+ footer
59
43
}
60
44
]"
61
45
>
Original file line number Diff line number Diff line change 65
65
-moz-osx-font-smoothing : grayscale;
66
66
}
67
67
68
- * {
68
+ * ,
69
+ : after ,
70
+ : before {
69
71
margin : 0 ;
70
72
padding : 0 ;
71
73
box-sizing : border-box;
You can’t perform that action at this time.
0 commit comments