diff --git a/src/components/echarts/Bar3d.vue b/src/components/echarts/Bar3d.vue index 99d7980..15a0393 100644 --- a/src/components/echarts/Bar3d.vue +++ b/src/components/echarts/Bar3d.vue @@ -1,6 +1,11 @@ @@ -26,6 +31,10 @@ const props = defineProps({ type: Array, default: [] }, + pData: { + type: Array, + default: [] + }, data: { type: Array, default: [] @@ -142,4 +151,18 @@ onMounted(() => { \ No newline at end of file diff --git a/src/components/echarts/BarFake3d1.vue b/src/components/echarts/BarFake3d1.vue index ddd6ca9..f16e0cd 100644 --- a/src/components/echarts/BarFake3d1.vue +++ b/src/components/echarts/BarFake3d1.vue @@ -244,7 +244,7 @@ onMounted(() => { top 0 right 0 li - width 100px + max-width 200px text-align end \ No newline at end of file diff --git a/src/module/ModuleLeft2.vue b/src/module/ModuleLeft2.vue index 6c2b674..b6463f6 100644 --- a/src/module/ModuleLeft2.vue +++ b/src/module/ModuleLeft2.vue @@ -1,6 +1,6 @@