forked from github/dataease
fix(仪表板): 修复部分明细预览无法滚动查看的问题
This commit is contained in:
parent
3e96b8ee56
commit
7feeed5015
@ -64,7 +64,7 @@
|
||||
:enable-scroll="false"
|
||||
:chart="chartTable"
|
||||
:show-summary="false"
|
||||
class="table-class"
|
||||
class="table-class-dialog"
|
||||
/>
|
||||
</de-main-container>
|
||||
</de-container>
|
||||
@ -342,8 +342,9 @@ export default {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.table-class {
|
||||
.table-class-dialog {
|
||||
height: 100%;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
||||
.canvas-class {
|
||||
|
Loading…
Reference in New Issue
Block a user