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
28cba854
Commit
28cba854
authored
Apr 21, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式
parent
be436714
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
lib-qywx.vue
src/views/ecm/marketing-event/components/lib-qywx.vue
+15
-3
No files found.
src/views/ecm/marketing-event/components/lib-qywx.vue
View file @
28cba854
...
...
@@ -53,10 +53,11 @@
<el-checkbox
label=
"话务"
v-model=
"form.telFlag"
:true-label=
"1"
:false-label=
"0"
></el-checkbox>
</div>
<div
class=
"task-wrapper"
>
<el-checkbox
label=
"会话"
v-model=
"form.chatFlag"
:true-label=
"1"
:false-label=
"0"
></el-checkbox>
<div
style=
"margin-bottom:16px;display:flex;flex-wrap:wrap"
>
<el-checkbox
style=
"margin-bottom:0"
label=
"会话"
v-model=
"form.chatFlag"
:true-label=
"1"
:false-label=
"0"
></el-checkbox>
<span
style=
"color: #909399;font-size:12px;line-height:17px;margin-left:15px"
>
最多可添加 5 个
</span>
<div
style=
"margin-bottom:16px;display:flex;flex-wrap:wrap;margin-top:12px"
>
<material-item
class=
"card-item"
v-for=
"item in materials"
:key=
"item.relation_id"
:item=
"item"
@
delete=
"onDeleteMaterial"
></material-item>
<div
v-show=
"materials.length <
6
"
class=
"chat-item card-item"
@
click=
"materialVisible = true"
>
<div
v-show=
"materials.length <
5
"
class=
"chat-item card-item"
@
click=
"materialVisible = true"
>
<i
class=
"el-icon-plus"
></i>
<span
class=
"add-text"
>
添加素材
</span>
</div>
...
...
@@ -343,6 +344,7 @@ export default {
padding-bottom
:
0
;
.el-checkbox
{
margin-bottom
:
12px
;
color
:
#303133
;
}
}
.task-wrapper
+
.task-wrapper
{
...
...
@@ -396,6 +398,7 @@ export default {
&-label
{
margin-left
:
23px
;
margin-top
:
8px
;
color
:
#303133
;
}
&
-template-wrapper
{
margin-left
:
12px
;
...
...
@@ -482,4 +485,13 @@ export default {
margin-top
:
10px
;
margin-right
:
10px
;
}
/
deep
/
.dm-step
.dm-step-box.is-process
.dm-step__icon
{
background-color
:
#1890ff
;
border-color
:
#1890ff
;
}
/
deep
/
.dm-step
.dm-step-box.is-finish
,
/
deep
/
.dm-step
.dm-step-box.is-success
{
color
:
#1890ff
;
border-color
:
#1890ff
;
}
</
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