@@ -652,6 +682,22 @@
+ -
+
+
透明
+ #icon-touming
+
+
+ -
+
+
弧度
+ #icon-fangxing-
+
+
-
-
+
-
{{ $t('chart.map_range') }}
@@ -234,14 +233,14 @@
/>
-
+
- {{ $t('chart.drag_block_table_data_column') }}
- {{ $t('chart.drag_block_type_axis') }}
- {{ $t('chart.drag_block_pie_label') }}
- {{ $t('chart.drag_block_funnel_split') }}
- {{ $t('chart.drag_block_radar_label') }}
- {{ $t('chart.area') }}
+ {{ $t('chart.drag_block_table_data_column') }}
+ {{ $t('chart.drag_block_type_axis') }}
+ {{ $t('chart.drag_block_pie_label') }}
+ {{ $t('chart.drag_block_funnel_split') }}
+ {{ $t('chart.drag_block_radar_label') }}
+ {{ $t('chart.area') }}
/
{{ $t('chart.dimension') }}
@@ -261,14 +260,14 @@
- {{ $t('chart.drag_block_table_data_column') }}
- {{ $t('chart.drag_block_value_axis') }}
- {{ $t('chart.drag_block_pie_angel') }}
- {{ $t('chart.drag_block_funnel_width') }}
- {{ $t('chart.drag_block_radar_length') }}
- {{ $t('chart.drag_block_gauge_angel') }}
- {{ $t('chart.drag_block_label_value') }}
- {{ $t('chart.chart_data') }}
+ {{ $t('chart.drag_block_table_data_column') }}
+ {{ $t('chart.drag_block_value_axis') }}
+ {{ $t('chart.drag_block_pie_angel') }}
+ {{ $t('chart.drag_block_funnel_width') }}
+ {{ $t('chart.drag_block_radar_length') }}
+ {{ $t('chart.drag_block_gauge_angel') }}
+ {{ $t('chart.drag_block_label_value') }}
+ {{ $t('chart.chart_data') }}
/
{{ $t('chart.quota') }}
@@ -286,7 +285,7 @@
-
+
{{ $t('chart.stack_item') }}
/
From 4087b60366a111088023ac36b33982297dd42070 Mon Sep 17 00:00:00 2001
From: junjie
Date: Thu, 22 Jul 2021 11:02:33 +0800
Subject: [PATCH 3/3] =?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;