style(视图): 富文本视图编辑区去掉维度指标前斜杠

This commit is contained in:
wangjiahao 2022-08-31 14:24:55 +08:00
parent b15c2e6ef7
commit 32b5c935c3

View File

@ -375,7 +375,7 @@
$t('chart.drag_block_word_cloud_label')
}}</span>
<span v-else-if="view.type && view.type === 'label'">{{ $t('chart.drag_block_label') }}</span>
/
<span v-show="view.type !== 'richTextView'"> / </span>
<span v-if="view.type && view.type !== 'table-info'">{{ $t('chart.dimension') }}</span>
<span
v-else-if="view.type && view.type === 'table-info'"
@ -502,7 +502,7 @@
<span v-else-if="view.type && view.type === 'word-cloud'">{{
$t('chart.drag_block_word_cloud_size')
}}</span>
/
<span v-show="view.type !== 'richTextView'"> / </span>
<span>{{ $t('chart.quota') }}</span>
</span>
<draggable