diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index a78eff2284..45512556c6 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -125,20 +125,20 @@ + + + + Tips: {{ $t('chart.only_one_quota') }} + + + Tips: {{ $t('chart.only_one_result') }} + + + Tips: {{ $t('chart.only_one_quota') }},{{ $t('chart.only_one_result') }} + + + - - - - Tips: {{ $t('chart.only_one_quota') }} - - - Tips: {{ $t('chart.only_one_result') }} - - - Tips: {{ $t('chart.only_one_quota') }},{{ $t('chart.only_one_result') }} - - -
{{ $t('chart.style_priority') }} @@ -902,6 +902,8 @@ export default { /*background-color: rgba(35,46,64,.05);*/ background-color: white; display: block; + word-break: break-all; + white-space: normal; } .item-on-move { @@ -977,7 +979,7 @@ export default { } .attr-style{ - height: calc(100vh - 56px - 25vh - 40px - 62px - 10px - 60px); + height: calc(100vh - 56px - 25vh - 40px - 62px - 60px); } .attr-selector{