Merge pull request #2312 from dataease/pr@dev@refactor_bat-opt

fix: 批量设置视图样式时,若样式菜单过长,则无法滚动选择到底部的样式选项
This commit is contained in:
王嘉豪 2022-05-26 12:09:31 +08:00 committed by GitHub
commit 653f539c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
</el-row>
<chart-style
v-if="mixProperties&&batchOptChartInfo"
class="chart-style-main"
:param="param"
:view="batchOptChartInfo"
:chart="batchOptChartInfo"
@ -130,6 +131,10 @@ export default {
border-left: 1px solid #E6E6E6
}
.chart-style-main{
height: calc(100% - 40px)!important;
}
.view-title-name {
display: -moz-inline-box;
display: inline-block;