From adfeaa382a2704db6b0caf254962be352a229bd4 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Fri, 24 Oct 2025 15:26:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E4=B8=AA=E4=BA=BA/?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E7=94=BB=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/datav/chart-bar.vue | 2 +- src/components/negativeInfo/depart-dialog.vue | 15 +- src/views/sensitivePerception/Model.vue | 132 +++++++++--------- .../sensitivePerception/PoliceNegative.vue | 9 +- 4 files changed, 84 insertions(+), 74 deletions(-) diff --git a/src/components/datav/chart-bar.vue b/src/components/datav/chart-bar.vue index c649567..d152b56 100644 --- a/src/components/datav/chart-bar.vue +++ b/src/components/datav/chart-bar.vue @@ -189,7 +189,7 @@ function getColor(val) { font-size: 12px; .bar-item_content { - width: calc(100% - 180px); + width: calc(100% - var(--label-width)); } } diff --git a/src/components/negativeInfo/depart-dialog.vue b/src/components/negativeInfo/depart-dialog.vue index ca8d400..421da06 100644 --- a/src/components/negativeInfo/depart-dialog.vue +++ b/src/components/negativeInfo/depart-dialog.vue @@ -193,7 +193,7 @@