File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" min-h-[100vh] min-w-[960px]" >
3
- <div class =" header_main my-0 flex flex-col p-0" >
2
+ <div >
3
+ <div
4
+ class =" mb-[2.5rem] flex min-h-[calc(100vh-2.5rem)] min-w-[960px] flex-col" >
4
5
<BarHeader />
5
- <div class =" main-content flex flex-1 justify-center pb-[0.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" >
9
- <BarLeft class =" sticky top-0 min-w-[100%] *:text-nowrap" />
10
- </div >
11
- <slot />
6
+ <div class =" content-container myShadow mx-auto flex flex-grow" >
7
+ <div
8
+ class =" sticky top-0 w-[15%] min-w-[12rem] bg-leftbar-bg *:text-nowrap" >
9
+ <BarLeft class =" sticky top-0 min-w-[100%] *:text-nowrap" />
12
10
</div >
11
+ <slot />
13
12
</div >
14
13
</div >
15
- <BarFooter class =" fixed bottom-0 h-[2rem]" />
14
+ <BarFooter class =" fixed bottom-0 h-[2rem] min-w-[960px] " />
16
15
</div >
17
16
</template >
18
- <style lang="scss">
19
- .header_main {
20
- height : calc (100vh - 2rem );
21
- }
22
- </style >
You can’t perform that action at this time.
0 commit comments