diff --git a/src/components/datav/chart-bar.vue b/src/components/datav/chart-bar.vue index ebcfc66..f2de06c 100644 --- a/src/components/datav/chart-bar.vue +++ b/src/components/datav/chart-bar.vue @@ -154,7 +154,7 @@ function getColor(val) { } } .bar-item_content { - width: calc(100% - var(--label-width) - 16px - 20px); + width: calc(100% - var(--label-width) - 16px - 30px); &[long=false] { width: calc(100% - var(--label-width) - 36px - 58px); } diff --git a/src/views/datav/MailVisits.vue b/src/views/datav/MailVisits.vue index 2dfe90d..9855d36 100644 --- a/src/views/datav/MailVisits.vue +++ b/src/views/datav/MailVisits.vue @@ -47,7 +47,7 @@ > - -