Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-training-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-training-new
Commits
1d6988fd
提交
1d6988fd
authored
4月 27, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
ed052ae9
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
72 行增加
和
51 行删除
+72
-51
CardList.vue
src/components/base/CardList.vue
+27
-9
StepTodoList.vue
src/modules/market-tools/components/mail/StepTodoList.vue
+45
-42
没有找到文件。
src/components/base/CardList.vue
浏览文件 @
1d6988fd
...
@@ -4,14 +4,15 @@
...
@@ -4,14 +4,15 @@
<el-card
class=
"box_card"
>
<el-card
class=
"box_card"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
cardList
.
cardTitle
}}
</span>
<span>
{{
cardList
.
cardTitle
}}
</span>
<img
<div
style=
"display: flex"
class=
"box_card_add"
>
src=
"https://webapp-pub.ezijing.com/x-training-new/bg_add.png"
<img
alt=
""
src=
"https://webapp-pub.ezijing.com/x-training-new/bg_add.png"
@
click=
"handleAdd"
alt=
""
class=
"box_card_add"
@
click=
"handleAdd"
style=
"float: right; padding: 3px 0"
class=
"box_card_add_btn"
/>
/>
<!--
<el-button
@
click=
"handleAdd"
type=
"text"
icon=
"el-icon-circle-plus-outline"
class=
"box_card_add"
></el-button>
-->
<div
class=
"box_card_add_text"
>
添加
</div>
</div>
</div>
</div>
<div
class=
"optionList"
>
<div
class=
"optionList"
>
<div
class=
"optionList_left"
>
<div
class=
"optionList_left"
>
...
@@ -55,7 +56,10 @@
...
@@ -55,7 +56,10 @@
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"text"
@
click=
"handleDelete(item, indexB)"
icon=
"el-icon-close"
></el-button>
<img
src=
"https://webapp-pub.ezijing.com/x-training-new/btn_del.png"
@
click=
"handleDelete(item, indexB)"
/>
</el-form-item>
</el-form-item>
</div>
</div>
</el-form>
</el-form>
...
@@ -117,6 +121,20 @@ export default {
...
@@ -117,6 +121,20 @@ export default {
justify-content
:
space-around
;
justify-content
:
space-around
;
.box_card
{
.box_card
{
.box_card_add
{
float
:
right
;
padding-right
:
104px
;
.box_card_add_text
{
font-size
:
14px
;
font-weight
:
400
;
color
:
#707070
;
text-align
:
center
;
line-height
:
20px
;
margin-left
:
8px
;
}
}
.optionList
{
.optionList
{
display
:
flex
;
display
:
flex
;
.optionList_left
{
.optionList_left
{
...
...
src/modules/market-tools/components/mail/StepTodoList.vue
浏览文件 @
1d6988fd
<
template
>
<
template
>
<div
class=
"main_con"
>
<div
class=
"main_con"
>
<div
class=
"optionList"
>
<div
class=
"main_con_add"
@
click=
"handleAdd"
>
<div
@
click=
"handleAdd"
style=
"float: right; padding: 0 130px"
>
添加
</div>
<img
src=
"https://webapp-pub.ezijing.com/x-training-new/bg_add.png"
alt=
""
/>
添加
</div>
<div
class=
"main_con_optionList"
>
<div
class=
"optionList_left"
>
<div
class=
"optionList_left"
>
<div>
<div
v-for=
"item in form.triggerList.length - 1"
:key=
"item"
>
<div
class=
"optionList_left_line"
></div>
<div
class=
"optionList_left_line"
></div>
<div
class=
"optionList_left_text"
>
且
</div>
<div
class=
"optionList_left_text"
>
且
</div>
</div>
</div>
...
@@ -96,47 +98,48 @@ export default {
...
@@ -96,47 +98,48 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.main_con
tent
{
.main_con
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
flex-direction
:
column
;
.main_con_add
{
.box_card
{
align-self
:
flex-end
;
.optionList
{
padding
:
0
130px
30px
0
;
}
.main_con_optionList
{
display
:
flex
;
.optionList_left
{
position
:
relative
;
display
:
flex
;
display
:
flex
;
.optionList_left
{
flex-direction
:
column
;
position
:
relative
;
.optionList_left_line
{
display
:
flex
;
width
:
0px
;
flex-direction
:
column
;
height
:
85px
;
.optionList_left_line
{
border
:
1px
solid
#c5c5c5
;
width
:
0px
;
opacity
:
1
;
height
:
85px
;
border
:
1px
solid
#c5c5c5
;
opacity
:
1
;
}
.optionList_left_text
{
border-radius
:
50%
;
width
:
25px
;
height
:
25px
;
background
:
#fff
;
border
:
1px
solid
#c5c5c5
;
text-align
:
center
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
25px
;
color
:
#49bba2
;
margin-left
:
-12px
;
margin-top
:
-60px
;
}
}
}
.optionList_right
{
.optionList_left_text
{
margin-left
:
16px
;
border-radius
:
50%
;
.el-form-item
{
width
:
25px
;
padding-top
:
0
;
height
:
25px
;
.optionList_right_del
{
background
:
#fff
;
width
:
12px
;
border
:
1px
solid
#c5c5c5
;
height
:
12px
;
text-align
:
center
;
opacity
:
1
;
font-size
:
14px
;
}
font-weight
:
400
;
line-height
:
25px
;
color
:
#49bba2
;
margin-left
:
-12px
;
margin-top
:
-60px
;
}
}
.optionList_right
{
margin-left
:
16px
;
.el-form-item
{
padding-top
:
0
;
.optionList_right_del
{
width
:
12px
;
height
:
12px
;
opacity
:
1
;
}
}
}
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论