Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
mongo-ui
Commits
45539421
Commit
45539421
authored
Aug 11, 2020
by
郭志伟
Committed by
郝聪敏
Aug 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: 华贵数据维护
parent
b25c55a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
logo.png
src/assets/images/goods/detail/shouxian/logo.png
+0
-0
DetailHeader.vue
src/views/Goods/Detail/modules/DetailHeader.vue
+15
-1
No files found.
src/assets/images/goods/detail/shouxian/logo.png
0 → 100644
View file @
45539421
5.33 KB
src/views/Goods/Detail/modules/DetailHeader.vue
View file @
45539421
...
@@ -4,7 +4,13 @@
...
@@ -4,7 +4,13 @@
:class=
"props.det.type"
:class=
"props.det.type"
:style=
"
{ backgroundImage: 'url(' + props.det.bgSrc + ')' }"
:style=
"
{ backgroundImage: 'url(' + props.det.bgSrc + ')' }"
>
>
<img
src=
"../../../../assets/logo-top.png"
alt=
"logo"
class=
"det-hd-logo"
/>
<img
src=
"@/assets/images/goods/detail/shouxian/logo.png"
alt=
"logo"
class=
"det-hd-logo"
v-if=
"props.det.type === 'huagui'"
/>
<img
src=
"@/assets/logo-top.png"
alt=
"logo"
class=
"det-hd-logo"
v-else
/>
<div
class=
"det-hd-recommend"
>
<div
class=
"det-hd-recommend"
>
<h2
class=
"det-hd-recommend-h2"
>
智能产品官-小果
</h2>
<h2
class=
"det-hd-recommend-h2"
>
智能产品官-小果
</h2>
<h1
class=
"det-hd-recommend-h1"
>
为您优选推荐
</h1>
<h1
class=
"det-hd-recommend-h1"
>
为您优选推荐
</h1>
...
@@ -193,4 +199,12 @@ export default {
...
@@ -193,4 +199,12 @@ export default {
}
}
}
}
}
}
.huagui {
.det-hd {
&-logo {
width: 173px;
height: 32px;
}
}
}
</
style
>
</
style
>
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