Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
video-monitoring
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
video-monitoring
Commits
8a83b512
Commit
8a83b512
authored
Jul 28, 2024
by
拾柒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面布局
parent
c66eb58e
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
343 additions
and
325 deletions
+343
-325
index.scss
src/assets/styles/index.scss
+1
-0
ruoyi.scss
src/assets/styles/ruoyi.scss
+2
-1
index.vue
src/components/TopNav/index.vue
+17
-4
index.vue
src/views/employee/index.vue
+321
-318
index.vue
src/views/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-1
No files found.
src/assets/styles/index.scss
View file @
8a83b512
...
@@ -24,6 +24,7 @@ html {
...
@@ -24,6 +24,7 @@ html {
#app
{
#app
{
height
:
100%
;
height
:
100%
;
}
}
*,
*,
...
...
src/assets/styles/ruoyi.scss
View file @
8a83b512
...
@@ -118,9 +118,10 @@
...
@@ -118,9 +118,10 @@
/** 表格布局 **/
/** 表格布局 **/
.pagination-container
{
.pagination-container
{
position
:
relative
;
position
:
relative
;
height
:
25
px
;
height
:
49
px
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
margin-top
:
15px
;
margin-top
:
15px
;
background-color
:
transparent
!
important
;
padding
:
10px
20px
!
important
;
padding
:
10px
20px
!
important
;
}
}
...
...
src/components/TopNav/index.vue
View file @
8a83b512
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
@
select=
"handleSelect"
@
select=
"handleSelect"
>
>
<template
v-for=
"(item, index) in newTopNev"
>
<template
v-for=
"(item, index) in newTopNev"
>
<el-menu-item
class=
"menuStyle"
style=
"font-size:
medium;background-color: #F6F6FA;border-top-right-radius: 30%;border-top-left-radius: 30%;text-align: center
"
:index=
"item.path"
:key=
"index"
<el-menu-item
class=
"menuStyle"
style=
"font-size:
small;background-color: #F6F6FA;border-top-right-radius: 9%;border-top-left-radius: 9%;text-align: center;margin-left: 1px
"
:index=
"item.path"
:key=
"index"
>
>
<i
:class=
"item.icon"
style=
"width: 10px;height: 10px;margin-top: -12px"
></i>
<i
:class=
"item.icon"
style=
"width: 10px;height: 10px;margin-top: -12px"
></i>
{{
item
.
name
}}
</el-menu-item
{{
item
.
name
}}
</el-menu-item
...
@@ -232,6 +232,19 @@ export default {
...
@@ -232,6 +232,19 @@ export default {
::v-deep
.el-submenu
{
::v-deep
.el-submenu
{
height
:
30px
;
height
:
30px
;
}
}
.el-menu--horizontal
>
.el-menu-item
{
margin-top
:
30px
;
height
:
40px
;
line-height
:
30px
;
}
.el-menu--horizontal
>
.el-menu-item.is-active
{
margin-top
:
23px
;
}
//.el-menu--horizontal > .el-menu-item.is-active{
// //margin-top: 30px;
// height: 60px;
// line-height: 30px;
//}
.el-menu-item.is-active
{
.el-menu-item.is-active
{
color
:
white
!
important
;
color
:
white
!
important
;
background-color
:
#0D8EEE
!
important
;
background-color
:
#0D8EEE
!
important
;
...
@@ -244,7 +257,7 @@ export default {
...
@@ -244,7 +257,7 @@ export default {
.el-menu--horizontal
>
.el-submenu
{
.el-menu--horizontal
>
.el-submenu
{
height
:
10px
;
height
:
10px
;
}
}
.el-menu--horizontal
>
.el-submenu.is-active
{
//
.el-menu--horizontal > .el-submenu.is-active{
height
:
80px
;
//
height: 80px;
}
//
}
</
style
>
</
style
>
src/views/employee/index.vue
View file @
8a83b512
This diff is collapsed.
Click to expand it.
src/views/index.vue
View file @
8a83b512
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<div
style=
"background-color: #F6F6FA"
>
<div
style=
"background-color: #F6F6FA
;height: 95vh;
"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<!--部门数据-->
<!--部门数据-->
<el-col
:span=
"4"
:xs=
"24"
>
<el-col
:span=
"4"
:xs=
"24"
>
...
...
src/views/system/user/index.vue
View file @
8a83b512
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
style=
"height: 100vh"
>
<!--部门数据-->
<!--部门数据-->
<el-col
:span=
"4"
:xs=
"24"
>
<el-col
:span=
"4"
:xs=
"24"
>
<div
class=
"head-container"
v-if=
"false"
>
<div
class=
"head-container"
v-if=
"false"
>
...
...
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