From 6264d613f5e6532d1c23c92481a91642bb62d4f4 Mon Sep 17 00:00:00 2001
From: zjl <xx@qq.com>
Date: Thu, 12 Dec 2024 16:09:38 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=9F=E6=88=90=E5=99=A8?=
 =?UTF-8?q?=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/tool/generator/columns.ts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/views/tool/generator/columns.ts b/src/views/tool/generator/columns.ts
index 48a62df..977c6b1 100644
--- a/src/views/tool/generator/columns.ts
+++ b/src/views/tool/generator/columns.ts
@@ -8,30 +8,37 @@ export const columns = [
   {
     label: '数据表名称',
     prop: 'tableName',
+    width: 150,
   },
   {
     label: '数据表描述',
     prop: 'tableComment',
+    width: 150,
   },
   {
     label: '数据表引擎',
     prop: 'engine',
+    width: 100,
   },
   {
     label: '数据表行数',
     prop: 'tableRows',
+    width: 100,
   },
   {
     label: '数据表长度',
     prop: 'dataLength',
+    width: 100,
   },
   {
     label: '数据表自增索引',
     prop: 'autoIncrement',
+    width: 150,
   },
   {
     label: '数据表编码',
     prop: 'tableCollation',
+    width: 150,
   },
   {
     label: '创建时间',