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
f4f89be6
Commit
f4f89be6
authored
May 31, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式修改
parent
22917d05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
index.css
src/views/ecm/marketing-event/assets/style/index.css
+13
-4
item-text.vue
src/views/ecm/marketing-event/components/item-text.vue
+3
-2
No files found.
src/views/ecm/marketing-event/assets/style/index.css
View file @
f4f89be6
...
...
@@ -274,9 +274,16 @@
.dm-text__wrap
{
width
:
500px
;
/*
width: 500px;
margin-left: 10px;
line-height
:
2
;
line-height: 2; */
max-width
:
870px
;
margin
:
0
10px
;
display
:
inline-block
;
vertical-align
:
middle
;
box-sizing
:
border-box
;
white-space
:
pre-wrap
;
word-break
:
break-all
;
}
.dm-image__item__wrap
{
...
...
@@ -405,13 +412,14 @@
/* teltask message */
.dm-message__item__wrap
,
.dm-teltask__item__wrap
{
width
:
76
0px
;
width
:
87
0px
;
height
:
94px
;
margin
:
0
10px
;
border
:
1px
solid
rgba
(
228
,
231
,
237
,
1
);
border-radius
:
4px
;
display
:
inline-block
;
vertical-align
:
middle
;
box-sizing
:
border-box
;
}
.dm-message__item
,
.dm-teltask__item
{
padding
:
15px
;
...
...
@@ -462,7 +470,7 @@
margin
:
0
10px
;
}
.dm-qywx__item__wrap
{
width
:
76
0px
;
width
:
87
0px
;
padding
:
11px
20px
18px
;
border
:
1px
solid
rgba
(
228
,
231
,
237
,
1
);
border-radius
:
4px
;
...
...
@@ -471,6 +479,7 @@
vertical-align
:
middle
;
margin
:
0
10px
;
color
:
#303133
;
box-sizing
:
border-box
;
}
.dm__is-delete
{
display
:
inline-block
;
...
...
src/views/ecm/marketing-event/components/item-text.vue
View file @
f4f89be6
<
template
>
<!--
<span
class=
"dm-text__wrap ellipsis-l2 inline-block"
v-html=
"item.content"
></span>
-->
<pre
class=
"inline-block"
>
<
!--
<
pre
class=
"inline-block"
>
<span
v-html=
"item.content"
></span>
</pre>
</pre>
-->
<span
class=
"dm-text__wrap"
v-html=
"item.content"
></span>
</
template
>
<
script
>
import
options
from
'../assets/options.js'
;
...
...
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