Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
standalone-anyremote
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
qlintonger xeno
standalone-anyremote
Commits
198abd75
Commit
198abd75
authored
May 21, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修复
parent
426baedd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
src/views/remote/videoCall/videoItem.vue
+8
-4
No files found.
src/views/remote/videoCall/videoItem.vue
View file @
198abd75
...
...
@@ -24,15 +24,15 @@
<span
class=
"text-xs ml-1 text-theme-text1"
>
主持人
</span>
</div>
</div>
</
template
>
<div
class=
"absolute w-full h-full flex-center"
v-else
>
<div
v-if=
"userDataForThis.calling"
class=
"absolute top-0 left-0 right-0 bottom-0 flex-center flex-col"
>
<div
class=
"text-base text-theme-text1"
>
呼叫中...
</div>
<a-button
shape=
"circle"
status=
"danger"
type=
"primary"
@
click
.
stop=
"cancelCallExact"
>
<global-icon
:size=
"20"
color=
"var(--color-bg-white)"
icon=
"phone-hangup"
></global-icon>
</a-button>
</div>
</
template
>
<div
class=
"absolute w-full h-full flex-center"
v-else
>
<video-loader></video-loader>
<video-loader
v-else
></video-loader>
</div>
</div>
</template>
...
...
@@ -97,8 +97,12 @@ onUpdated(function () {
})
onUnmounted
(()
=>
{
observer
.
disconnect
()
// 停止监听
observer
=
null
;
observer
=
null
})
</
script
>
<
style
lang=
"less"
scoped
>
:deep
([
data-self
=
'vc'
]
video
),
:deep
(
.agora_video_player
)
{
transform
:
none
!important
;
}
</
style
>
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