diff --git a/src/views/board/foaming/index.vue b/src/views/board/foaming/index.vue index 1ce8259..cdf5fb3 100644 --- a/src/views/board/foaming/index.vue +++ b/src/views/board/foaming/index.vue @@ -647,6 +647,7 @@ export default { }, series: [ { + barMaxWidth:40, name: '数量', type: "bar", barWidth: "40%", @@ -1208,6 +1209,7 @@ export default { name: '数量', type: "bar", barWidth: "40%", + barMaxWidth:40, label: { show: true, position: "top",