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

feat(frontend):UI fix

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