We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce62333 commit 0efc48dCopy full SHA for 0efc48d
layouts/default.vue
@@ -1,8 +1,8 @@
1
<template>
2
<div class="min-h-[100vh] min-w-[960px]">
3
- <div class="header_main my-0 flex flex-col p-0">
+ <div class="h-[calc(100vh-2rem)] my-0 flex flex-col p-0">
4
<BarHeader />
5
- <div class="main-content flex flex-1 justify-center pb-[0.5rem]">
+ <div class="main-content flex flex-1 justify-center pb-[2.5rem]">
6
<div class="content-container myShadow flex">
7
<div
8
class="sticky top-0 w-[15%] min-w-[12rem] bg-leftbar-bg *:text-nowrap">
@@ -15,8 +15,3 @@
15
<BarFooter class="fixed bottom-0 h-[2rem]" />
16
</div>
17
</template>
18
-<style lang="scss">
19
-.header_main {
20
- height: calc(100vh - 2rem);
21
-}
22
-</style>
0 commit comments