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
606bc30f
Commit
606bc30f
authored
Apr 15, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: ai营销
parent
04160a16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
manage.vue
src/views/ai/manage.vue
+5
-5
No files found.
src/views/ai/manage.vue
View file @
606bc30f
...
...
@@ -12,9 +12,9 @@
<div
class=
"temp-title"
>
<el-tooltip
placement=
"top"
v-if=
"el.overflow"
>
<p
style=
"max-width: 400px"
slot=
"content"
>
{{
el
.
name
}}
</p>
<
p
class=
"temp-title-text"
>
{{
el
.
name
}}
</p
>
<
span
class=
"temp-title-text"
>
{{
el
.
name
}}
</span
>
</el-tooltip>
<
template
v-else
>
{{
el
.
name
}}
</
template
>
<
span
class=
"temp-title-text"
v-else
>
{{
el
.
name
}}
</span
>
</div>
<div
class=
"temp-info"
>
<p
class=
"temp-info-text"
>
话术ID:
{{
el
.
aiTemplateId
}}
</p>
...
...
@@ -118,7 +118,7 @@ export default {
document
.
body
.
appendChild
(
textDom
);
this
.
tempList
=
list
.
map
(
el
=>
{
textDom
.
innerHTML
=
el
.
name
;
el
.
overflow
=
textDom
.
offsetWidth
>
2
30
;
el
.
overflow
=
textDom
.
offsetWidth
>
2
25
;
return
el
;
});
document
.
body
.
removeChild
(
textDom
);
...
...
@@ -214,7 +214,7 @@ export default {
margin-top
:
10px
;
margin-right
:
20px
;
margin-bottom
:
10px
;
width
:
27
6
px
;
width
:
27
0
px
;
background
:
#f2f3f5
;
border-radius
:
8px
;
overflow
:
hidden
;
...
...
@@ -225,13 +225,13 @@ export default {
padding
:
0
16px
;
height
:
60px
;
font-size
:
15px
;
font-weight
:
500
;
color
:
#ffffff
;
line-height
:
21px
;
background
:
linear-gradient
(
319deg
,
#5e50ea
0%
,
#2f54eb
100%
);
opacity
:
0.9
;
.temp-title-text
{
width
:
100%
;
font-weight
:
500
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
...
...
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