Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
77b0704c
authored
2020-10-30 17:22:18 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
系统导航样式修改
1 parent
475c68b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
src/views/Home.vue
src/views/Home.vue
View file @
77b0704
...
...
@@ -316,7 +316,7 @@ export default {
padding
:
0
!important
;
.header-top
{
height
:
60px
;
border-bottom
:
1px
solid
rgba
(
242
,
242
,
242
,
1
)
;
border-bottom
:
1px
solid
#EAEAEA
;
box-sizing
:
border-box
;
.top-items
{
cursor
:
pointer
;
...
...
@@ -337,16 +337,20 @@ export default {
}
}
.top-items
:not
(
:last-child
)
::after
{
content
:
""
;
width
:
1px
;
height
:
14px
;
background
:
#eaeaea
;
position
:
absolute
;
right
:
-1px
;
top
:
24px
;
//
content
:
""
;
//
width
:
1px
;
//
height
:
14px
;
//
background
:
#eaeaea
;
//
position
:
absolute
;
//
right
:
-1px
;
//
top
:
24px
;
}
.top-items.is-active
{
color
:
#006cff
;
border-left
:
1px
solid
#EAEAEA
;
border-right
:
1px
solid
#EAEAEA
;
height
:
59px
;
border-bottom
:
1px
solid
#FFF
;
}
}
.header-bottom
{
...
...
Please
register
or
sign in
to post a comment