Skip to content

Commit 8bedff6

Browse files
committed
fix(table relationship): In the table relationship editing interface, when the browser zoom is adjusted to 150%, dragging in a table causes the surrounding elements to flicker. #1123
1 parent 1f32e2c commit 8bedff6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/views/ds/TableRelationship.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,6 @@ const save = () => {
509509
touch-action: none;
510510
box-sizing: border-box;
511511
position: relative;
512-
min-width: 400px;
513-
min-height: 600px;
514512
width: 100%;
515513
height: 100%;
516514
background-color: #f5f6f7;

0 commit comments

Comments
 (0)