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
29d84672
Commit
29d84672
authored
Jan 14, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upate: 预览
parent
0ef525ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
send-preview.vue
src/views/card/partials/send-preview.vue
+3
-2
No files found.
src/views/card/partials/send-preview.vue
View file @
29d84672
...
...
@@ -31,8 +31,8 @@
</div>
<div
class=
"card-d"
>
<p
class=
"card-d-title ellipsis"
>
<
!--
<span
:style=
"`background:$
{data.cardColor}`">
{{
data
.
cardType
|
dct
}}
</span>
-->
{{
data
.
cardName
}}
<
span
:style=
"`background:$
{data.cardColor}`">
{{
data
.
cardType
|
dct
}}
</span
>
{{
data
.
cardName
}}
</p>
<p
class=
"card-d-time"
v-if=
"data.cardEffectiveMode == 0"
>
{{
time
}}
</p>
<p
class=
"card-d-time ellipsis"
v-if=
"data.cardEffectiveMode == 1"
>
领取后
{{
(
data
.
startDay
===
0
?
'当'
:
'第'
+
data
.
startDay
)
+
'天,有效天数'
+
data
.
limitDay
}}
天
</p>
...
...
@@ -352,6 +352,7 @@ export default {
margin-bottom
:
11px
;
position
:
relative
;
margin-top
:
2px
;
padding-left
:
48px
;
span
{
position
:
absolute
;
left
:
-20px
;
...
...
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