From 4087b60366a111088023ac36b33982297dd42070 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 22 Jul 2021 11:02:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E5=9B=BE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/drag-item/QuotaItem.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/chart/components/drag-item/QuotaItem.vue b/frontend/src/views/chart/components/drag-item/QuotaItem.vue index 677871eab0..006e7e0cfa 100644 --- a/frontend/src/views/chart/components/drag-item/QuotaItem.vue +++ b/frontend/src/views/chart/components/drag-item/QuotaItem.vue @@ -34,7 +34,7 @@ {{ $t('chart.summary') }} - ({{ $t('chart.'+item.summary) }}) + ({{ $t('chart.'+item.summary) }}) @@ -56,7 +56,7 @@ - + @@ -71,7 +71,7 @@ {{ $t('chart.sort') }} - ({{ $t('chart.'+item.sort) }}) + ({{ $t('chart.'+item.sort) }}) @@ -216,6 +216,11 @@ export default { font-size: 12px; } + .summary-span-item{ + margin-left: 4px; + color: #878d9f; + } + .summary-span{ margin-left: 4px; color: #878d9f;