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
20be18fc
Commit
20be18fc
authored
Apr 27, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:触达效果ui调整
parent
e49b75c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
touch-clue.vue
src/views/ecm/touch-clue.vue
+15
-7
No files found.
src/views/ecm/touch-clue.vue
View file @
20be18fc
...
...
@@ -12,8 +12,8 @@
</div>
<div
class=
"tabs"
v-if=
"type == 1"
>
<div
class=
"tab1"
>
<span
v-for=
"
(item, index) in listTabs"
:key=
"index"
:class=
"
{ active: index == listTabsIndex }" @click="changeListTab(index)">
{{
item
}}
</span>
<div
class=
"line"
:class=
"
{ lineActive: listTabsIndex ==
1
}">
</div>
<span
v-for=
"
item in listTabs"
:key=
"item.value"
:class=
"
{ active: item.value == listTabsIndex }" @click="changeListTab(item.value)">
{{
item
.
name
}}
</span>
<div
class=
"line"
:class=
"
{ lineActive: listTabsIndex ==
0
}">
</div>
</div>
<div
class=
"tab2"
>
<span
v-for=
"item in listTabsIndex == 1 ? touchTabs : taskTabs"
:key=
"item.value"
:class=
"
{ active2: listTabsIndex == 1 ? item.value == tabsIndex : item.value == taskTabIndex }" @click="changeTabs(item.value)">
{{
item
.
name
}}
</span>
...
...
@@ -86,7 +86,16 @@ export default {
value
:
999
}
],
listTabs
:
[
'任务完成情况'
,
'触达效果'
],
listTabs
:
[
{
name
:
'触达效果'
,
value
:
1
},
{
name
:
'任务完成情况'
,
value
:
0
}
],
tabsIndex
:
0
,
taskTabIndex
:
0
,
listTabsIndex
:
1
,
...
...
@@ -430,14 +439,14 @@ export default {
position
:
relative
;
.line
{
position
:
absolute
;
width
:
98
px
;
width
:
84
px
;
height
:
2px
;
background
:
#1890ff
;
bottom
:
0px
;
left
:
2
6
px
;
left
:
2
1
px
;
transition
:
all
0.3s
;
&.lineActive
{
left
:
1
56
px
;
left
:
1
37
px
;
}
}
.active
{
...
...
@@ -450,7 +459,6 @@ export default {
color
:
#606266
;
line-height
:
40px
;
display
:
inline-block
;
width
:
96px
;
height
:
100%
;
position
:
relative
;
&:nth-child(1)
{
...
...
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