Commit 35eb4a57 by Tianqing Liu

feat: optimization

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