提交 aa89ae30 authored 作者: junjie's avatar junjie

feat(frontend):UI fix

上级 6c3a5953
...@@ -125,20 +125,20 @@ ...@@ -125,20 +125,20 @@
</el-radio-group> </el-radio-group>
</div> </div>
</el-row> </el-row>
</div> <el-row style="color: #909399;">
<el-row style="padding: 4px 6px;color: #909399;"> <span>
<span> <span v-show="chart.type && (chart.type.includes('pie') || chart.type.includes('funnel'))">
<span v-show="chart.type && (chart.type.includes('pie') || chart.type.includes('funnel'))"> Tips: {{ $t('chart.only_one_quota') }}
Tips: {{ $t('chart.only_one_quota') }} </span>
</span> <span v-show="chart.type && (chart.type.includes('text'))">
<span v-show="chart.type && (chart.type.includes('text'))"> Tips: {{ $t('chart.only_one_result') }}
Tips: {{ $t('chart.only_one_result') }} </span>
</span> <span v-show="chart.type && chart.type.includes('gauge')">
<span v-show="chart.type && chart.type.includes('gauge')"> Tips: {{ $t('chart.only_one_quota') }},{{ $t('chart.only_one_result') }}
Tips: {{ $t('chart.only_one_quota') }},{{ $t('chart.only_one_result') }} </span>
</span> </span>
</span> </el-row>
</el-row> </div>
<div style="overflow:auto;border-top: 1px solid #e6e6e6" class="attr-style"> <div style="overflow:auto;border-top: 1px solid #e6e6e6" class="attr-style">
<el-row class="padding-lr"> <el-row class="padding-lr">
<span>{{ $t('chart.style_priority') }}</span> <span>{{ $t('chart.style_priority') }}</span>
...@@ -902,6 +902,8 @@ export default { ...@@ -902,6 +902,8 @@ export default {
/*background-color: rgba(35,46,64,.05);*/ /*background-color: rgba(35,46,64,.05);*/
background-color: white; background-color: white;
display: block; display: block;
word-break: break-all;
white-space: normal;
} }
.item-on-move { .item-on-move {
...@@ -977,7 +979,7 @@ export default { ...@@ -977,7 +979,7 @@ export default {
} }
.attr-style{ .attr-style{
height: calc(100vh - 56px - 25vh - 40px - 62px - 10px - 60px); height: calc(100vh - 56px - 25vh - 40px - 62px - 60px);
} }
.attr-selector{ .attr-selector{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论