Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
Details
Activity
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
Administrator
web-monitor
Commits
c1e0dc7f
Commit
c1e0dc7f
authored
Feb 21, 2022
by
neogcg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.21
parent
09238138
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
12 deletions
+23
-12
Navbar.vue
src/layout/components/Navbar.vue
+1
-1
SidebarItem.vue
src/layout/components/Sidebar/SidebarItem.vue
+1
-0
index.vue
src/layout/components/Sidebar/index.vue
+2
-2
sidebar.scss
src/styles/sidebar.scss
+9
-9
index.vue
src/views/login/index.vue
+10
-0
No files found.
src/layout/components/Navbar.vue
View file @
c1e0dc7f
...
@@ -111,7 +111,7 @@ export default {
...
@@ -111,7 +111,7 @@ export default {
}
}
.right-menu
{
.right-menu
{
float
:
right
;
//
float: right;
height
:
100%
;
height
:
100%
;
line-height
:
50px
;
line-height
:
50px
;
position
:
absolute
;
position
:
absolute
;
...
...
src/layout/components/Sidebar/SidebarItem.vue
View file @
c1e0dc7f
...
@@ -140,6 +140,7 @@ export default {
...
@@ -140,6 +140,7 @@ export default {
}
}
.
el-menu
.
el-menu--popup
.
el-menu--popup-bottom-start
:
:
v-deep
{
.
el-menu
.
el-menu--popup
.
el-menu--popup-bottom-start
:
:
v-deep
{
width
:
1020px
;
width
:
1020px
;
}
}
</
style
>
</
style
>
src/layout/components/Sidebar/index.vue
View file @
c1e0dc7f
...
@@ -58,8 +58,8 @@ export default {
...
@@ -58,8 +58,8 @@ export default {
.frame-menu
{
.frame-menu
{
padding-left
:
30px
;
padding-left
:
30px
;
border
:
none
;
border
:
none
;
height
:
5
5
px
;
height
:
5
6
px
;
//
width: 100% !important;
width
:
100%
!
important
;
white-space
:
nowrap
;
white-space
:
nowrap
;
&
.el-menu--horizontal
{
&
.el-menu--horizontal
{
border-bottom
:
none
!
important
;
border-bottom
:
none
!
important
;
...
...
src/styles/sidebar.scss
View file @
c1e0dc7f
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
}
}
.main-container
{
.main-container
{
margin-left
:
54
px
;
margin-left
:
0
px
;
}
}
.submenu-title-noDropdown
{
.submenu-title-noDropdown
{
...
@@ -122,20 +122,20 @@
...
@@ -122,20 +122,20 @@
overflow
:
hidden
;
overflow
:
hidden
;
&
>
.el-submenu__title
{
&
>
.el-submenu__title
{
padding
:
0
!
important
;
//
padding: 0 !important;
.svg-icon
{
//
.svg-icon {
margin-left
:
20px
;
//
margin-left: 20px;
}
//
}
.sub-el-icon
{
.sub-el-icon
{
margin-left
:
19px
;
margin-left
:
19px
;
}
}
.el-submenu__icon-arrow
{
//
.el-submenu__icon-arrow {
color
:
#fff
;
//
color: #fff;
display
:
none
;
//
display: none;
}
//
}
}
}
}
}
.el-menu--collapse
{
.el-menu--collapse
{
...
...
src/views/login/index.vue
View file @
c1e0dc7f
...
@@ -121,6 +121,16 @@ export default {
...
@@ -121,6 +121,16 @@ export default {
immediate
:
true
,
immediate
:
true
,
},
},
},
},
created
()
{
var
that
=
this
;
document
.
onkeydown
=
function
(
e
)
{
var
key
=
window
.
event
.
keyCode
;
if
(
key
==
13
||
key
==
100
)
{
that
.
handleLogin
()
}
};
},
methods
:
{
methods
:
{
showPwd
()
{
showPwd
()
{
if
(
this
.
passwordType
===
"password"
)
{
if
(
this
.
passwordType
===
"password"
)
{
...
...
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