diff --git a/src/components/PieRow/index.vue b/src/components/PieRow/index.vue index 10b704e..677e252 100644 --- a/src/components/PieRow/index.vue +++ b/src/components/PieRow/index.vue @@ -114,14 +114,14 @@ legend: { orient: 'vertical', x: 'center', - y: '80%', + y: '60%', bottom:'20%', - itemWidth: fitChartSize(22), - itemHeight: fitChartSize(22), + itemWidth: fitChartSize(20), + itemHeight: fitChartSize(20), itemGap: fitChartSize(10), textStyle: { color: '#ffffff', - fontSize: fitChartSize(22) + fontSize: fitChartSize(18) } }, series: [ @@ -143,13 +143,13 @@ rich: { value: { color: '#fff', - fontSize: fitChartSize(22), + fontSize: fitChartSize(18), fontWeight: 'bold', padding: [0, 0, 5, 0] }, name: { color: '#fff', - fontSize: fitChartSize(20) + fontSize: fitChartSize(18) } } }, diff --git a/src/views/collect/components/video-box.vue b/src/views/collect/components/video-box.vue index 84b7013..06f1ad9 100644 --- a/src/views/collect/components/video-box.vue +++ b/src/views/collect/components/video-box.vue @@ -572,11 +572,11 @@ top: vw(8); z-index: 9999; padding: 0 vw(20); - height: vh(24); + height: vh(34); text-align: center; - line-height: vh(24); + line-height: vh(34); 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%; diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index 7c0c67b..f347014 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -54,11 +54,11 @@