我正在使用plyr和这个标签
<plyr style="display: block; width: 100%;" [plyrPlaysInline]="false" plyrTitle="Video 1" [plyrSources]="videoSources"
(plyrInit)="player = $event" (plyrPlay)="played($event)" (plyrPause)="paused($event)">我已经完全按照教程所说的做了,但是为什么这些按钮会出现这样的效果呢?有什么想法吗?

发布于 2021-05-11 09:08:41
在angular.json中添加plyr css
"styles": [
...
"node_modules/plyr/dist/plyr.css",
...
],https://stackoverflow.com/questions/67415039
复制相似问题