Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
1b47c5f2
authored
2022-08-08 16:44:45 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
图标
1 parent
34ad9c28
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
4 deletions
src/assets/images/logo.png
src/image/icons/index.js
src/styles/images/table-bg.png → src/image/table-bg.png
src/layout/components/Sidebar/Logo.vue
src/main.js
src/styles/element-ui.scss
src/assets/images/logo.png
deleted
100644 → 0
View file @
34ad9c2
6.3 KB
src/image/icons/index.js
0 → 100644
View file @
1b47c5f
import
Vue
from
'vue'
import
SvgIcon
from
'@/components/SvgIcon'
// svg component
// register globally
Vue
.
component
(
'svg-icon'
,
SvgIcon
)
const
req
=
require
.
context
(
'./svg'
,
false
,
/
\.
svg$/
)
const
requireAll
=
requireContext
=>
requireContext
.
keys
().
map
(
requireContext
)
requireAll
(
req
)
src/
styles/images
/table-bg.png
→
src/
image
/table-bg.png
View file @
1b47c5f
43.2 KB
src/layout/components/Sidebar/Logo.vue
View file @
1b47c5f
...
...
@@ -20,7 +20,7 @@
<
script
>
import
defaultSettings
from
'@/settings'
const
{
title
}
=
defaultSettings
import
logonImg
from
'@/
assets
/logo.png'
import
logonImg
from
'@/
image
/logo.png'
export
default
{
name
:
'SidebarLogo'
,
props
:
{
...
...
src/main.js
View file @
1b47c5f
...
...
@@ -7,7 +7,7 @@ import Element from 'element-ui'
import
'./styles/element-variables.scss'
import
'@/styles/index.scss'
// global css
import
'./image/icons'
// icon
import
store
from
'./store'
import
router
from
'./router'
import
_
from
'lodash'
...
...
src/styles/element-ui.scss
View file @
1b47c5f
...
...
@@ -244,7 +244,7 @@ input[type="number"] {
.el-table__empty-text
{
height
:
200px
;
line-height
:
300px
;
background
:
url('
.
/images/table-bg.png')
50%
50%
no-repeat
;
background
:
url('/images/table-bg.png')
50%
50%
no-repeat
;
background-size
:
100px
;
letter-spacing
:
2px
;
color
:
#aaa
;
...
...
@@ -340,5 +340,5 @@ input[type="number"] {
.el-pagination.is-background
.el-pager
li
.active
{
background-color
:
#0F93F6
!
important
;
border
:
1px
solid
#0F93F6
!
important
;
color
:
#fff
!
important
;
color
:
#fff
!
important
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment