From 19d344f4df70331b27ff52f89acd9cb46e3eee0e Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 25 May 2022 13:36:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A7=86=E5=9B=BE=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=B7=A5=E5=85=B7=E6=A0=8F=E5=AE=BD=E5=BA=A6=E6=89=A9?= =?UTF-8?q?=E5=A4=A7=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/drag-item/ChartDragItem.vue | 2 +- .../components/drag-item/DimensionExtItem.vue | 2 +- .../chart/components/drag-item/DimensionItem.vue | 2 +- .../views/chart/components/drag-item/DrillItem.vue | 2 +- .../chart/components/drag-item/FilterItem.vue | 2 +- .../chart/components/drag-item/QuotaExtItem.vue | 2 +- .../views/chart/components/drag-item/QuotaItem.vue | 2 +- frontend/src/views/chart/view/ChartEdit.vue | 14 +++++++------- frontend/src/views/panel/edit/index.vue | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/src/views/chart/components/drag-item/ChartDragItem.vue b/frontend/src/views/chart/components/drag-item/ChartDragItem.vue index a89f168e1c..0f77f73cb9 100644 --- a/frontend/src/views/chart/components/drag-item/ChartDragItem.vue +++ b/frontend/src/views/chart/components/drag-item/ChartDragItem.vue @@ -257,7 +257,7 @@ export default { .item-span-style{ display: inline-block; - width: 70px; + width: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/frontend/src/views/chart/components/drag-item/DimensionExtItem.vue b/frontend/src/views/chart/components/drag-item/DimensionExtItem.vue index 30295cc9f9..5076a946bd 100644 --- a/frontend/src/views/chart/components/drag-item/DimensionExtItem.vue +++ b/frontend/src/views/chart/components/drag-item/DimensionExtItem.vue @@ -245,7 +245,7 @@ export default { .item-span-style{ display: inline-block; - width: 70px; + width: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/frontend/src/views/chart/components/drag-item/DimensionItem.vue b/frontend/src/views/chart/components/drag-item/DimensionItem.vue index 7e1278f9ca..67934cfa43 100644 --- a/frontend/src/views/chart/components/drag-item/DimensionItem.vue +++ b/frontend/src/views/chart/components/drag-item/DimensionItem.vue @@ -284,7 +284,7 @@ export default { .item-span-style{ display: inline-block; - width: 70px; + width: 100px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/frontend/src/views/chart/components/drag-item/DrillItem.vue b/frontend/src/views/chart/components/drag-item/DrillItem.vue index 3920254080..0103c45771 100644 --- a/frontend/src/views/chart/components/drag-item/DrillItem.vue +++ b/frontend/src/views/chart/components/drag-item/DrillItem.vue @@ -141,7 +141,7 @@ export default { .item-span-style{ display: inline-block; - width: 100px; + width: 115px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/frontend/src/views/chart/components/drag-item/FilterItem.vue b/frontend/src/views/chart/components/drag-item/FilterItem.vue index 52a84d28a4..4c96c40683 100644 --- a/frontend/src/views/chart/components/drag-item/FilterItem.vue +++ b/frontend/src/views/chart/components/drag-item/FilterItem.vue @@ -149,7 +149,7 @@ export default { .item-span-style{ display: inline-block; - width: 100px; + width: 115px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue index cfc44ec5a6..f6cca755eb 100644 --- a/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue +++ b/frontend/src/views/chart/components/drag-item/QuotaExtItem.vue @@ -359,7 +359,7 @@ export default { .item-span-style{ display: inline-block; - width: 50px; + width: 80px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/frontend/src/views/chart/components/drag-item/QuotaItem.vue b/frontend/src/views/chart/components/drag-item/QuotaItem.vue index 7bd7c72bba..257411e597 100644 --- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue +++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue @@ -355,7 +355,7 @@ export default { .item-span-style{ display: inline-block; - width: 50px; + width: 80px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 364cdfa3b9..4874cd3f03 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -40,7 +40,7 @@ - +
- +
@@ -650,7 +650,7 @@ - + - +