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
6739b1a8d08779675c71df5cc53bc91451a902e5
Authored by
zhiyangdu
2020-01-06 17:53:30 +0800
1 parent
c2b770a6
去除黑边
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/App.vue
src/App.vue
View file @
6739b1a
...
...
@@ -33,6 +33,9 @@
33
33
.video-js .vjs-big-play-button{
34
34
background-color: rgba(43, 51, 63, .1);
35
35
}
36
+ .video-js .vjs-tech{
37
+ border-radius: 16px;
38
+ }
36
39
/*.video-js .vjs-slider{*/
37
40
/*background-color: #73859f;*/
38
41
/*}*/
...
...