Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
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
8519e95b
authored
2023-01-13 10:54:10 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
2938d6e7
36f17548
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
13 deletions
src/image/header.png
src/layout/components/Navbar.vue
src/styles/element-ui.scss
src/styles/public.scss
src/image/header.png
View file @
8519e95
14.3 KB
|
W:
|
H:
12.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/layout/components/Navbar.vue
View file @
8519e95
<
template
>
<div
class=
"navbar-con"
>
<div
class=
"navbar"
>
<div
class=
"title"
>
{{
title
}}
</div>
<div
class=
"title"
>
{{
dicData
[
'sysCode'
][
0
].
DNAME
}}
</div>
<div
class=
"user"
>
欢迎进入系统
{{
name
}}
<svg-icon
icon-class=
'close'
class=
"closeStyle"
@
click=
"onCancel"
/>
退出系统
</div>
<div
class=
"sidebarLeft"
>
<sidebarLeft
/>
...
...
@@ -13,7 +13,6 @@
</div>
</
template
>
<
script
>
import
defaultSettings
from
'@/settings'
import
sidebarLeft
from
'./Sidebar/sidebarLeft'
import
sidebarRight
from
'./Sidebar/sidebarRight'
import
{
mapGetters
}
from
'vuex'
...
...
@@ -23,16 +22,10 @@ export default {
sidebarRight
},
computed
:
{
...
mapGetters
([
'sidebar'
,
'avatar'
,
'name'
])
},
data
()
{
return
{
title
:
defaultSettings
.
title
}
...
mapGetters
([
'sidebar'
,
'dicData'
,
'name'
])
},
methods
:
{
onCancel
()
{
}
}
}
...
...
src/styles/element-ui.scss
View file @
8519e95
...
...
@@ -183,7 +183,6 @@ table th {
table
td
{
box-sizing
:
border-box
;
border-bottom
:
none
!
important
;
;
}
//去掉最下面的那一条线
...
...
@@ -197,8 +196,8 @@ table td {
}
.el-table__body
tr
:hover
{
background
:
rgba
(
2
,
160
,
253
,
0
.3
)
!
important
;
box-shadow
:
inset
0px
0px
18px
0px
#02A0FD
!
important
;
background
:
#063160
!
important
;
box-shadow
:
inset
0px
0px
20px
0px
#03DBFF
!
important
;
}
.el-table__body
tr
:hover
>
td
{
...
...
src/styles/public.scss
View file @
8519e95
...
...
@@ -10,7 +10,7 @@
}
.el-table__row
.cell
{
color
:
#
ACEFFA
!
important
;
color
:
#
DBFAFF
!
important
;
}
.el-table__row
{
...
...
Please
register
or
sign in
to post a comment