diff --git a/src/components/Title1/index.vue b/src/components/Title1/index.vue index de35ed8..a0cdf55 100644 --- a/src/components/Title1/index.vue +++ b/src/components/Title1/index.vue @@ -21,8 +21,8 @@ position: relative; .title { margin: vh(20) auto; - width: vw(600); - height: vh(88); + width: vw(500); + height: vh(66); display: flex; align-items: center; justify-content: center; @@ -30,7 +30,7 @@ background-size: 100% 100%; & > span { font-weight: 800; - font-size: font-vw(22); + font-size: font-vw(20); background-image: linear-gradient(to bottom, #ffffff 0%, #75c1ff 100%); -webkit-background-clip: text; background-clip: text; diff --git a/src/components/VideoDialog/index.vue b/src/components/VideoDialog/index.vue index 86d2afb..7e190d0 100644 --- a/src/components/VideoDialog/index.vue +++ b/src/components/VideoDialog/index.vue @@ -231,7 +231,7 @@ onMounted(()=>{ text-align: center; // line-height: vh(24); font-weight: 400; - font-size: vw(16); + font-size:font-vw(16); color: #ffffff; // background-image: url('@/assets/images/unfollow.png'); background-size: 100% 100%; @@ -263,7 +263,7 @@ onMounted(()=>{ > span { margin: 0 vw(16); font-weight: 400; - font-size: vw(16); + font-size:font-vw(16); color: #ffffff; } .pause { @@ -279,7 +279,7 @@ onMounted(()=>{ height: vw(980); color: #fff; font-weight: bold; - font-size: vw(30); + font-size:font-vw(30); transform: translate(-50%, -50%); z-index: 999; } diff --git a/src/layout/components/CoreVideo/allList.vue b/src/layout/components/CoreVideo/allList.vue index 28a43cf..abab5dd 100644 --- a/src/layout/components/CoreVideo/allList.vue +++ b/src/layout/components/CoreVideo/allList.vue @@ -95,8 +95,9 @@ pubSub.publish('videoCollect') } const handleClose = () => { - clearHlsRefs() - modelValue.value = false + modelValue.value = false + clearHlsRefs() + } const clearHlsRefs = () => { if (hlsRefs.length > 0) { @@ -196,8 +197,8 @@