diff --git a/web_src/src/components/control.vue b/web_src/src/components/control.vue index 9a0a97e08..742b09174 100644 --- a/web_src/src/components/control.vue +++ b/web_src/src/components/control.vue @@ -41,7 +41,7 @@ - + {{ getNameFromKey(key) }} diff --git a/web_src/src/components/dialog/jessibuca.vue b/web_src/src/components/dialog/jessibuca.vue index e719c2b0f..5803f5415 100644 --- a/web_src/src/components/dialog/jessibuca.vue +++ b/web_src/src/components/dialog/jessibuca.vue @@ -1,6 +1,6 @@ - - + + @@ -54,7 +54,7 @@ export default { let paramUrl = decodeURIComponent(this.$route.params.url) this.$nextTick(() =>{ let dom = document.getElementById("container"); - dom.style.height = (9/16 ) * dom.clientWidth + "px" + //dom.style.height = (9/16 ) * dom.clientWidth + "px" if (typeof (this.videoUrl) == "undefined") { this.videoUrl = paramUrl; } diff --git a/web_src/src/components/live.vue b/web_src/src/components/live.vue index 3c9105838..45f25bab6 100644 --- a/web_src/src/components/live.vue +++ b/web_src/src/components/live.vue @@ -32,7 +32,7 @@ @click="playerIdx = (i-1)" > {{i}} - @@ -96,9 +96,9 @@ if(this.spilt==1){ return {width:'100%',height:'100%'} }else if(this.spilt==4){ - return {width:'49%',height:'49%'} + return {width:'50%',height:'50%'} }else if(this.spilt==9){ - return {width:'32%',height:'32%'} + return {width:'33.33%',height:'33.33%'} } } }, @@ -280,9 +280,8 @@ display: flex; align-items: center; justify-content: center; + box-sizing: border-box; } - -