From 7723116d916d7955935091b4e74a2ca19988c213 Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 27 Aug 2021 11:49:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A7=86=E5=9B=BE=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E9=A1=B9=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/drag-item/ChartDragItem.vue | 9 ++------- .../views/chart/components/drag-item/DimensionItem.vue | 2 +- .../src/views/chart/components/drag-item/QuotaItem.vue | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/chart/components/drag-item/ChartDragItem.vue b/frontend/src/views/chart/components/drag-item/ChartDragItem.vue index 329b7d9154..0b5ba92f6f 100644 --- a/frontend/src/views/chart/components/drag-item/ChartDragItem.vue +++ b/frontend/src/views/chart/components/drag-item/ChartDragItem.vue @@ -55,7 +55,7 @@ {{ $t('chart.sort') }} - ({{ $t('chart.'+item.sort) }}) + ({{ $t('chart.'+item.sort) }}) @@ -171,11 +171,6 @@ export default { font-size: 12px; } - .summary-span{ - margin-left: 4px; - color: #878d9f;; - } - .inner-dropdown-menu{ display: flex; justify-content: space-between; @@ -185,7 +180,7 @@ export default { .item-span-style{ display: inline-block; - width: 100px; + width: 80px; 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 dbbfea12b7..acbc047608 100644 --- a/frontend/src/views/chart/components/drag-item/DimensionItem.vue +++ b/frontend/src/views/chart/components/drag-item/DimensionItem.vue @@ -227,7 +227,7 @@ export default { .item-span-style{ display: inline-block; - width: 100px; + 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 93e33f59a2..203db6db54 100644 --- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue +++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue @@ -237,7 +237,7 @@ export default { .item-span-style{ display: inline-block; - width: 70px; + width: 80px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;