Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
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
marketing-web
marketing
Commits
02c2aa2a
Commit
02c2aa2a
authored
Sep 15, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复资源引用路径bug
parent
331ee0db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.scss
src/assets/style/base/index.scss
+2
-2
reset.scss
src/assets/style/base/reset.scss
+1
-1
index.scss
src/assets/style/components/index.scss
+1
-1
No files found.
src/assets/style/base/index.scss
View file @
02c2aa2a
...
...
@@ -114,7 +114,7 @@
display
:
block
;
width
:
200px
;
height
:
200px
;
background
:
url('/static/img/no-data_icon.png')
no-repeat
center
;
background
:
url('
@/../..
/static/img/no-data_icon.png')
no-repeat
center
;
background-size
:
cover
;
margin
:
20px
auto
10px
auto
;
}
...
...
@@ -318,7 +318,7 @@
display
:
block
;
width
:
60px
;
height
:
60px
;
background
:
url('/static/img/no-data_icon.png')
no-repeat
50%
;
background
:
url('
@/../..
/static/img/no-data_icon.png')
no-repeat
50%
;
margin
:
80px
auto
22px
;
}
.el-table__empty-text
{
...
...
src/assets/style/base/reset.scss
View file @
02c2aa2a
...
...
@@ -497,7 +497,7 @@ img::after {
left
:
0
;
top
:
0
;
background-size
:
cover
;
background-image
:
url(
/marketing
/static/img/failed-load_img.png)
;
background-image
:
url(
@/../..
/static/img/failed-load_img.png)
;
// background-image: url(/static/img/failed-load_img.png);
}
...
...
src/assets/style/components/index.scss
View file @
02c2aa2a
...
...
@@ -118,7 +118,7 @@
display
:
block
;
width
:
60px
;
height
:
60px
;
background
:
url(
/marketing
/static/img/no-data_icon.png)
no-repeat
center
;
background
:
url(
@/../..
/static/img/no-data_icon.png)
no-repeat
center
;
margin
:
80px
auto
22px
auto
;
}
}
...
...
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