From 8bedff6fae128f99fcd48af6f25fcb9e082f42eb Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 21 May 2026 10:48:50 +0800 Subject: [PATCH] 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 --- frontend/src/views/ds/TableRelationship.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/views/ds/TableRelationship.vue b/frontend/src/views/ds/TableRelationship.vue index 908a477a4..75a4da601 100644 --- a/frontend/src/views/ds/TableRelationship.vue +++ b/frontend/src/views/ds/TableRelationship.vue @@ -509,8 +509,6 @@ const save = () => { touch-action: none; box-sizing: border-box; position: relative; - min-width: 400px; - min-height: 600px; width: 100%; height: 100%; background-color: #f5f6f7;