forked from github/dataease
fix: 批量设置视图样式时,若样式菜单过长,则无法滚动选择到底部的样式选项
This commit is contained in:
parent
72ad660a39
commit
ca41d05200
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user