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;