Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
34636a54
authored
2020-12-10 17:06:17 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:去掉播放器画中画功能
1 parent
30704569
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
src/components/videoPlayer/index.vue
src/views/monitor.vue
src/components/videoPlayer/index.vue
View file @
34636a5
...
...
@@ -131,7 +131,7 @@ export default {
hotkeys
:
this
.
hotkeys
},
controlBar
:
{
fullscreenToggle
:
fals
e
,
fullscreenToggle
:
tru
e
,
volumePanel
:
{
inline
:
false
}
...
...
@@ -391,4 +391,7 @@ export default {
.vjs-slider-vertical
.vjs-volume-level
:before
{
left
:
-0.4em
;
}
.video-player
.vjs-picture-in-picture-control
{
display
:
none
;
}
</
style
>
...
...
src/views/monitor.vue
View file @
34636a5
...
...
@@ -103,19 +103,19 @@
</
template
>
</el-table-column>
</el-table>
<FooterPagination
from
:pagination=
"pagination"
></FooterPaginationfrom
>
<FooterPagination
:pagination=
"pagination"
></FooterPagination
>
</Card>
</template>
<
script
>
import
FooterPagination
from
from
'./components/FooterPagination'
import
FooterPagination
from
'./components/FooterPagination'
import
{
parseTime
,
parseTimeSecond
}
from
'@/utils/util'
import
{
getResourceMonitorList
}
from
'@/api/monitor'
import
{
inputMaxLength
}
from
'@/utils/mappingData'
export
default
{
components
:
{
FooterPagination
from
FooterPagination
},
data
()
{
return
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment