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

feat(frontend):UI fix

上级 492dd991
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
<div style="height: 25%;overflow:auto" class="padding-lr"> <div style="height: 25vh;overflow:auto" class="padding-lr">
<span>{{ $t('chart.chart_type') }}</span> <span>{{ $t('chart.chart_type') }}</span>
<el-row> <el-row>
<div class="chart-type"> <div class="chart-type">
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
</span> </span>
</span> </span>
</el-row> </el-row>
<div style="height: 40%;overflow:hidden;border-top: 1px solid #e6e6e6"> <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>
<el-row> <el-row>
...@@ -882,6 +882,10 @@ export default { ...@@ -882,6 +882,10 @@ export default {
padding-left: 0; padding-left: 0;
} }
.attr-style{
height: calc(100vh - 56px - 25vh - 40px - 62px - 10px);
}
.attr-selector{ .attr-selector{
width:100%; width:100%;
height: 32px; height: 32px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论