forked from github/dataease
Merge pull request #2312 from dataease/pr@dev@refactor_bat-opt
fix: 批量设置视图样式时,若样式菜单过长,则无法滚动选择到底部的样式选项
This commit is contained in:
commit
653f539c28
@ -5,6 +5,7 @@
|
|||||||
</el-row>
|
</el-row>
|
||||||
<chart-style
|
<chart-style
|
||||||
v-if="mixProperties&&batchOptChartInfo"
|
v-if="mixProperties&&batchOptChartInfo"
|
||||||
|
class="chart-style-main"
|
||||||
:param="param"
|
:param="param"
|
||||||
:view="batchOptChartInfo"
|
:view="batchOptChartInfo"
|
||||||
:chart="batchOptChartInfo"
|
:chart="batchOptChartInfo"
|
||||||
@ -130,6 +131,10 @@ export default {
|
|||||||
border-left: 1px solid #E6E6E6
|
border-left: 1px solid #E6E6E6
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chart-style-main{
|
||||||
|
height: calc(100% - 40px)!important;
|
||||||
|
}
|
||||||
|
|
||||||
.view-title-name {
|
.view-title-name {
|
||||||
display: -moz-inline-box;
|
display: -moz-inline-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user