From bf977fe00a88bad92a8d73648624cbf05b9218c4 Mon Sep 17 00:00:00 2001
From: bestrevens <201840026@qq.com>
Date: 星期二, 31 十月 2023 16:54:22 +0800
Subject: [PATCH] update 优化表格列的显示与隐藏小组件 优化表格列的显示与隐藏小组件,解决小组件之间距离间隔不一样的问题

---
 src/utils/propTypes.ts |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/utils/propTypes.ts b/src/utils/propTypes.ts
index 2f31820..1847040 100644
--- a/src/utils/propTypes.ts
+++ b/src/utils/propTypes.ts
@@ -19,8 +19,7 @@
     return toValidableType('style', {
       type: [String, Object],
       default: undefined
-
-    })
+    });
   }
 }
 export { propTypes };

--
Gitblit v1.9.3