refactor
This commit is contained in:
parent
8709487cd5
commit
f8ed6b1a54
7 changed files with 8 additions and 31 deletions
|
|
@ -206,7 +206,7 @@ definePageMetadata(computed(() => channel ? {
|
|||
|
||||
<style lang="scss" module>
|
||||
.main {
|
||||
min-height: calc(var(--containerHeight) - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
min-height: calc(100cqh - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
}
|
||||
|
||||
.footer {
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ definePageMetadata(computed(() => list ? {
|
|||
|
||||
<style lang="scss" module>
|
||||
.main {
|
||||
min-height: calc(var(--containerHeight) - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
min-height: calc(100cqh - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
}
|
||||
|
||||
.userItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue