Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
b8bed7d4
Commit
b8bed7d4
authored
Mar 20, 2020
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
9f33c2c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
src/pages/lived/index.vue
+8
-1
No files found.
src/pages/lived/index.vue
View file @
b8bed7d4
...
@@ -53,10 +53,15 @@
...
@@ -53,10 +53,15 @@
class=
"livePlayer"
class=
"livePlayer"
:src=
"liveNoticeInfo.boStreamRTMP"
:src=
"liveNoticeInfo.boStreamRTMP"
mode=
"RTC"
mode=
"RTC"
:picture-in-picture-mode=
"['push','pop']"
autoplay
autoplay
object-fit=
"fillCrop"
orientation=
"vertical"
@
error=
"error"
@
error=
"error"
@
statechange=
"changes"
@
statechange=
"changes"
/>
/>
<!-- object-fit="fillCrop" -->
<!-- orientation="horizontal" -->
</div>
</div>
</
template
>
</
template
>
...
@@ -422,9 +427,11 @@ export default {
...
@@ -422,9 +427,11 @@ export default {
}
}
}
}
.livePlayer
{
.livePlayer
{
position
:
absolute
;
position
:
fixed
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
bottom
:
0
;
right
:
0
;
width
:
100vw
;
width
:
100vw
;
height
:
100vh
;
height
:
100vh
;
z-index
:
-1
;
z-index
:
-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