diff --git a/src/components/PieRow/index.vue b/src/components/PieRow/index.vue index 2b21035..43a9353 100644 --- a/src/components/PieRow/index.vue +++ b/src/components/PieRow/index.vue @@ -59,7 +59,7 @@ watch( () => props.dataList, (newVal) => { - + console.log(newVal,'333333') aIndex+=1 if(aIndex>=3&&!newVal.length){ diff --git a/src/components/VideoDialog/index.vue b/src/components/VideoDialog/index.vue index d3e5f35..cf5b7f2 100644 --- a/src/components/VideoDialog/index.vue +++ b/src/components/VideoDialog/index.vue @@ -223,7 +223,7 @@ text-align: center; // line-height: vh(24); font-weight: 400; - font-size: vw(16); + font-size: font-vw(18); color: #ffffff; // background-image: url('@/assets/images/unfollow.png'); background-size: 100% 100%; @@ -255,7 +255,7 @@ > span { margin: 0 vw(16); font-weight: 400; - font-size: vw(16); + font-size: font-vw(16); color: #ffffff; } .pause { @@ -271,7 +271,7 @@ 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/views/hotel/components/info-box.vue b/src/views/hotel/components/info-box.vue index 34b66e6..3c7c07a 100644 --- a/src/views/hotel/components/info-box.vue +++ b/src/views/hotel/components/info-box.vue @@ -220,7 +220,7 @@ margin: vh(20) 0 0 vw(20); padding-right: vw(20); overflow-y: auto; - height: vh(920); + height: vh(830); font-weight: 400; font-size: font-vw(22); color: #ffffff;