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
ac222853
Commit
ac222853
authored
May 31, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ui
parent
7f020b0c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
list.vue
src/views/ecm/list.vue
+1
-1
lib-qfxx.vue
src/views/ecm/marketing-event/components/lib-qfxx.vue
+1
-1
lib-qywx.vue
src/views/ecm/marketing-event/components/lib-qywx.vue
+1
-1
material-item.vue
src/views/ecm/marketing-event/components/material-item.vue
+1
-0
No files found.
src/views/ecm/list.vue
View file @
ac222853
...
...
@@ -154,7 +154,7 @@ export default {
result
=
'<span class="dm-status--primary">未开始</span>'
;
break
;
case
1
:
result
=
row
.
effectType
==
2
?
'<span class="dm-status--primary">待执行</span>'
:
'<span class="dm-status--primary">进行中</span>'
;
result
=
row
.
effectType
==
2
?
'<span class="dm-status--primary">待执行</span>'
:
'<span class="dm-status--primary
--flash"></span><span class="vertical-middle
">进行中</span>'
;
break
;
case
2
:
result
=
row
.
effectType
==
2
?
'<span class="dm-status--info">执行完毕</span>'
:
'<span class="dm-status--info">已结束</span>'
;
...
...
src/views/ecm/marketing-event/components/lib-qfxx.vue
View file @
ac222853
...
...
@@ -220,7 +220,7 @@ export default {
.chat-item
{
width
:
240px
;
height
:
100px
;
border
:
1px
d
ott
ed
#dcdfe6
;
border
:
1px
d
ash
ed
#dcdfe6
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
...
...
src/views/ecm/marketing-event/components/lib-qywx.vue
View file @
ac222853
...
...
@@ -454,7 +454,7 @@ export default {
.chat-item
{
width
:
240px
;
height
:
100px
;
border
:
1px
d
ott
ed
#dcdfe6
;
border
:
1px
d
ash
ed
#dcdfe6
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
...
...
src/views/ecm/marketing-event/components/material-item.vue
View file @
ac222853
...
...
@@ -79,6 +79,7 @@ export default {
position
:
absolute
;
top
:
10px
;
right
:
10px
;
font-size
:
12px
;
}
.text-center
{
text-align
:
center
;
...
...
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