Skip to content

Commit 2496fd7

Browse files
committed
fix(Dashboard):Fix the right angle issue when adding charts and displaying chart images
1 parent 632076d commit 2496fd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/views/dashboard/editor/ChartSelection.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ const curSelectChange = (value: boolean) => {
4242
top: 26px;
4343
right: 20px;
4444
}
45+
::v-deep(.chart-show-area) {
46+
height: calc(100% - 46px);
47+
}
4548
}
4649
</style>

0 commit comments

Comments
 (0)