🎨
This commit is contained in:
parent
187a698d54
commit
cf8a7f93d5
6 changed files with 27 additions and 4 deletions
|
|
@ -128,7 +128,7 @@ definePageMetadata(computed(() => list ? {
|
|||
|
||||
<style lang="scss" module>
|
||||
.main {
|
||||
min-height: calc(100vh - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
min-height: calc(var(--containerHeight) - (var(--stickyTop, 0px) + var(--stickyBottom, 0px)));
|
||||
}
|
||||
|
||||
.userItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue