提交 221227e7 authored 作者: junjie's avatar junjie

refactor(css): css 调整

上级 d7e0eb64
......@@ -85,7 +85,7 @@
</el-row>
</div>
<div style="height: 45%;overflow:auto;border-top: 1px solid #e6e6e6">
<el-tabs type="card">
<el-tabs type="card" :stretch="true" class="tab-header">
<el-tab-pane :label="$t('chart.shape_attr')" class="padding-lr">TODO</el-tab-pane>
<el-tab-pane :label="$t('chart.module_style')" class="padding-lr">TODO</el-tab-pane>
</el-tabs>
......@@ -429,9 +429,17 @@ export default {
font-size: 12px;
}
.tab-header>>>.el-tabs__item{
font-size: 12px;
}
.draggable-group {
display: inline-block;
width: 100%;
height: calc(100% - 6px);
}
.chart-type>>>.el-radio__input{
display: none;
}
</style>
......@@ -62,6 +62,7 @@
style="width: 100%;"
:height="height"
:checkbox-config="{highlight: true}"
:width-resize="true"
>
<ux-table-column
v-for="field in fields"
......
......@@ -7,6 +7,7 @@
style="width: 100%;"
:height="height"
:checkbox-config="{highlight: true}"
:width-resize="true"
>
<ux-table-column
v-for="field in fields"
......
......@@ -6,6 +6,7 @@
style="width: 100%;"
:height="height"
:checkbox-config="{highlight: true}"
:width-resize="true"
>
<ux-table-column
v-for="field in fields"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论