From 6be0ea6aedf758edd678a41794184d0130ae4c92 Mon Sep 17 00:00:00 2001
From: "meilin.huang" <954537473@qq.com>
Date: Thu, 1 Feb 2024 12:05:41 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20dbms=E6=95=B0=E6=8D=AE=E8=A1=8C=E7=BC=96?=
=?UTF-8?q?=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../db/component/table/DbTableDataForm.vue | 27 ++++++++++++-------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/mayfly_go_web/src/views/ops/db/component/table/DbTableDataForm.vue b/mayfly_go_web/src/views/ops/db/component/table/DbTableDataForm.vue
index aaaaff5f..013a20d5 100644
--- a/mayfly_go_web/src/views/ops/db/component/table/DbTableDataForm.vue
+++ b/mayfly_go_web/src/views/ops/db/component/table/DbTableDataForm.vue
@@ -9,12 +9,9 @@
:required="column.nullable != 'YES' && !column.isPrimaryKey && !column.isIdentity"
>
- {{ column.columnName }}
-
-
-
-
-
+
+ {{ column.columnName }}
+