refactor(css): css 调整

This commit is contained in:
junjie 2021-03-16 11:55:22 +08:00
parent d7e0eb64ef
commit 221227e710
4 changed files with 12 additions and 1 deletions

View File

@ -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>

View File

@ -62,6 +62,7 @@
style="width: 100%;"
:height="height"
:checkbox-config="{highlight: true}"
:width-resize="true"
>
<ux-table-column
v-for="field in fields"

View File

@ -7,6 +7,7 @@
style="width: 100%;"
:height="height"
:checkbox-config="{highlight: true}"
:width-resize="true"
>
<ux-table-column
v-for="field in fields"

View File

@ -6,6 +6,7 @@
style="width: 100%;"
:height="height"
:checkbox-config="{highlight: true}"
:width-resize="true"
>
<ux-table-column
v-for="field in fields"