diff --git a/dist11.25.zip b/dist11.25.zip new file mode 100644 index 0000000..eab9d07 Binary files /dev/null and b/dist11.25.zip differ diff --git a/src/components/Line/index.vue b/src/components/Line/index.vue index aab6cc3..3f5f408 100644 --- a/src/components/Line/index.vue +++ b/src/components/Line/index.vue @@ -224,7 +224,7 @@ top:0; width: 100%; height: 100%; - font-size:vw(18); + font-size:font-vw(18); // color:#999; color:#02f9fa; display: flex; diff --git a/src/components/PieRow/index.vue b/src/components/PieRow/index.vue index 43a9353..10b704e 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') + console.log(newVal,'监听数据切换变化') aIndex+=1 if(aIndex>=3&&!newVal.length){ diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index 40520f1..983456c 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -29,7 +29,54 @@ -