From d3b7dfc19baed14eef1a2afe054508e425913ed3 Mon Sep 17 00:00:00 2001 From: junjie Date: Sat, 24 Jul 2021 10:06:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=A7=86=E5=9B=BE=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=8B=96=E6=8B=BD=E5=8C=BA=E5=A2=9E=E5=8A=A0placehold?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 31a345b614..5b61e73df9 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -258,7 +258,7 @@
- {{ $t('chart.placeholder_field') }} + {{ $t('chart.placeholder_field') }}
@@ -288,7 +288,7 @@
- {{ $t('chart.placeholder_field') }} + {{ $t('chart.placeholder_field') }}
@@ -311,7 +311,7 @@
- {{ $t('chart.placeholder_field') }} + {{ $t('chart.placeholder_field') }}
@@ -333,7 +333,7 @@
- {{ $t('chart.placeholder_field') }} + {{ $t('chart.placeholder_field') }}
@@ -1602,6 +1602,8 @@ export default { left: 0; width: 100%; color: #CCCCCC; - text-align: center; + } + .drag-placeholder-style-span{ + padding-left: 16px; }