Commit 35eb4a57 by Tianqing Liu

feat: optimization

1 parent 1ec7256c
<template> <template>
<div ref="container"></div> <div class="vion-player" ref="container"></div>
</template> </template>
<script> <script>
...@@ -87,5 +87,7 @@ export default { ...@@ -87,5 +87,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.vion-player {
background-color: rgba(13, 14, 27, 0.7);
}
</style> </style>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!