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
a7bc61bd
Commit
a7bc61bd
authored
Mar 16, 2022
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
7bfdf309
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
ListItem.vue
src/views/activityCenter/components/ListItem.vue
+15
-0
No files found.
src/views/activityCenter/components/ListItem.vue
View file @
a7bc61bd
...
...
@@ -5,6 +5,7 @@
</header>
<div
class=
"flex-wrap"
>
<div
class=
"card-item"
v-for=
"card in list"
:key=
"card"
@
click=
"jump(card.jumpUrl)"
>
<div
class=
"remark-tag"
v-if=
"card.activityRemark"
>
{{
card
.
activityRemark
}}
</div>
<el-image
style=
"width: 40px; height: 40px;margin-right:12px;"
:src=
"card.activityImage"
fit=
"cover"
/>
<div
class=
"card-right"
>
<p
class=
"card-right-title"
>
{{
card
.
activityName
}}
</p>
...
...
@@ -84,6 +85,7 @@ export default {
.card-item
{
display
:
flex
;
align-items
:
center
;
position
:
relative
;
width
:
280px
;
height
:
76px
;
padding-left
:
16px
;
...
...
@@ -107,6 +109,19 @@ export default {
color
:
#606266
;
line-height
:
17px
;
}
.remark-tag
{
position
:
absolute
;
right
:
0
;
top
:
0
;
padding
:
0
8px
;
color
:
#fff
;
font-size
:
12px
;
font-weight
:
500
;
line-height
:
20px
;
text-align
:
center
;
background
:
#fa8c16
;
border-radius
:
0px
4px
0px
4px
;
}
}
}
}
...
...
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