Commit 28cba854 by 黑潮

update: 样式

parent be436714
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment