Sign in
w-front-end
/
Worship_and_learn_upward
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
334593e06fe725d1d533b35ab9449ce51a563ea9
Authored by
zhiyangdu
2020-01-03 11:44:18 +0800
1 parent
83375d5f
播放进度条优化
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/App.vue
src/App.vue
View file @
334593e
...
...
@@ -24,4 +24,7 @@
24
24
background-color: transparent !important;
25
25
}
26
26
}
27
+ .video-js .vjs-progress-control .vjs-progress-holder{
28
+ outline: none;
29
+ }
27
30
</style>
...
...