Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
eslotsys-game-nuxt
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
毛线
eslotsys-game-nuxt
Commits
2993425a
Commit
2993425a
authored
Jul 26, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
27a12d5f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
index.vue
components/dialog/user-dialog/index.vue
+3
-2
WebRTCPlayer.vue
pages/index/game/components/WebRTCPlayer.vue
+3
-1
No files found.
components/dialog/user-dialog/index.vue
View file @
2993425a
...
@@ -97,7 +97,7 @@ export default {
...
@@ -97,7 +97,7 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.dialog-layout
{
.dialog-layout
{
position
:
absolute
;
position
:
fixed
;
top
:
0
;
top
:
0
;
bottom
:
0
;
bottom
:
0
;
left
:
0
;
left
:
0
;
...
@@ -105,7 +105,7 @@ export default {
...
@@ -105,7 +105,7 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
z-index
:
999
;
z-index
:
999
99
;
.mark
{
.mark
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
@@ -123,6 +123,7 @@ export default {
...
@@ -123,6 +123,7 @@ export default {
height
:
350px
;
height
:
350px
;
position
:
relative
;
position
:
relative
;
color
:
white
;
color
:
white
;
z-index
:
9999
;
.close
{
.close
{
width
:
34px
;
width
:
34px
;
height
:
34px
;
height
:
34px
;
...
...
pages/index/game/components/WebRTCPlayer.vue
View file @
2993425a
<
template
>
<
template
>
<video
ref=
"jswebrtc"
style=
"width: 100%;height: 100%;object-fit: fill"
playsinline
@
click=
"(e) => handler().click(e)"
/>
<div>
<video
ref=
"jswebrtc"
style=
"width: 100%;height: 100%;object-fit: fill;"
playsinline
@
click=
"(e) => handler().click(e)"
/>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
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