Commit 2993425a authored by 毛线's avatar 毛线

save

parent 27a12d5f
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.dialog-layout { .dialog-layout {
position: absolute; position: fixed;
top: 0; top: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
z-index: 999; z-index: 99999;
.mark { .mark {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -123,6 +123,7 @@ export default { ...@@ -123,6 +123,7 @@ export default {
height: 350px; height: 350px;
position: relative; position: relative;
color: white; color: white;
z-index: 9999;
.close { .close {
width: 34px; width: 34px;
height: 34px; height: 34px;
......
<template> <template>
<video ref="jswebrtc" style="width: 100%;height: 100%;object-fit: fill" playsinline @click="(e) => handler().click(e)"/> <div>
<video ref="jswebrtc" style="width: 100%;height: 100%;object-fit: fill;" playsinline @click="(e) => handler().click(e)"/>
</div>
</template> </template>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment