Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
e90d621d
Commit
e90d621d
authored
4 years ago
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
feac2464
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
video.vue
src/components/sallCenter/plugin/video.vue
+5
-3
No files found.
src/components/sallCenter/plugin/video.vue
View file @
e90d621d
<
style
>
.diy-video
{
width
:
100%
;
height
:
400px
;
height
:
100%
;
background
:
#353535
;
overflow
:
hidden
;
}
...
...
@@ -19,7 +19,9 @@
margin-bottom
:
10px
;
position
:
relative
;
}
.video_preview
{
height
:
400px
;
}
</
style
>
<
template
>
<div
:class=
"
{'active':videoData.isCked}">
...
...
@@ -31,7 +33,7 @@
<el-button
type=
"primary"
icon=
"el-icon-arrow-down"
v-if=
"index!=dataLeng-1"
@
click=
"resetSord(1)"
style=
"right: -25px; top: 30px;"
></el-button>
</div>
<div
class=
"diy-component-preview"
:style=
"
{paddingTop:videoData.data.top+'px',paddingRight:videoData.data.right+'px',paddingBottom:videoData.data.bottom+'px',
<div
class=
"diy-component-preview
video_preview
"
:style=
"
{paddingTop:videoData.data.top+'px',paddingRight:videoData.data.right+'px',paddingBottom:videoData.data.bottom+'px',
paddingLeft:videoData.data.left+'px',backgroundImage:'url(' +data.backgroundimage + ')'}">
<div
class=
"diy-video"
:style=
"
{borderRadius:videoData.data.radius+'px'}">
<img
:src=
"getIconLink(data.pic_url)"
style=
"width: 100%;height:100%;"
v-if=
"data.pic_url"
>
...
...
This diff is collapsed.
Click to expand it.
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