Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
胡锦波
/
org-manager-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2d7faa0d
authored
Apr 07, 2022
by
胡锦波
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1. init flex处理
parent
f8916a54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
src/views/pages/main.vue
src/views/pages/main.vue
View file @
2d7faa0d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"flex-none"
>
<div
class=
"flex-none"
>
<CommonHeader></CommonHeader>
<CommonHeader></CommonHeader>
</div>
</div>
<div
class=
"root-contaniner d-flex
flex-fill
"
>
<div
class=
"root-contaniner d-flex"
>
<el-scrollbar
class=
"container-scrollbar-left"
>
<el-scrollbar
class=
"container-scrollbar-left"
>
<AsidePanels
class=
"flex-none"
></AsidePanels>
<AsidePanels
class=
"flex-none"
></AsidePanels>
</el-scrollbar>
</el-scrollbar>
...
@@ -40,13 +40,14 @@
...
@@ -40,13 +40,14 @@
min-width
:
1200px
;
min-width
:
1200px
;
.root-contaniner
{
.root-contaniner
{
height
:
100%
;
height
:
calc
(
100vh
-
64px
)
;
}
}
.main-container
{
.main-container
{
height
:
100%
;
height
:
100%
;
background-color
:
#f5f6fa
;
background-color
:
#f5f6fa
;
padding
:
24px
;
padding
:
24px
;
min-height
:
540px
;
.router-page
{
.router-page
{
height
:
100%
;
height
:
100%
;
...
@@ -73,8 +74,6 @@
...
@@ -73,8 +74,6 @@
height
:
100%
;
height
:
100%
;
.el-scrollbar__view
{
.el-scrollbar__view
{
//
display
:
flex
;
//
flex-direction
:
column
;
height
:
100%
;
height
:
100%
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment