Merge pull request #4592 from dataease/pr@dev@fix_details

fix(仪表板): 修复部分明细预览无法滚动查看的问题
This commit is contained in:
王嘉豪 2023-02-21 11:42:48 +08:00 committed by GitHub
commit 3909a9aa43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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