fix: bug
This commit is contained in:
parent
f5bb758dca
commit
e9df2bffd0
|
@ -458,4 +458,10 @@ defineExpose({
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
@import './index.less';
|
@import './index.less';
|
||||||
|
:deep(.live-player-stretch-btn){
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
:deep(.vjs-icon-spinner){
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue