|
|
|
@ -1,4 +1,4 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div id="videos">
|
|
|
|
<div id="videos">
|
|
|
|
|
|
|
|
|
|
|
|
<a-button
|
|
|
|
<a-button
|
|
|
|
@ -56,11 +56,11 @@
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import WebRtcPlayer from "../../../public/static/webrtcplayer";
|
|
|
|
import WebRtcPlayer from "../../../public/static/webrtcplayer";
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "top",
|
|
|
|
name: "top",
|
|
|
|
components: {},
|
|
|
|
components: {},
|
|
|
|
props: {
|
|
|
|
props: {
|
|
|
|
@ -303,13 +303,13 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
/* #videos > .ant-row {
|
|
|
|
/* #videos > .ant-row {
|
|
|
|
height: calc(100% / 8);
|
|
|
|
height: calc(100% / 8);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#videos > .ant-row > .ant-col{
|
|
|
|
#videos > .ant-row > .ant-col{
|
|
|
|
height: calc(100% / 8);
|
|
|
|
height: calc(100% / 8);
|
|
|
|
} */
|
|
|
|
} */
|
|
|
|
</style>
|
|
|
|
</style>
|