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/api/types.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/api/types.ts b/src/api/types.ts
index e02e645..617286c 100644
--- a/src/api/types.ts
+++ b/src/api/types.ts
@@ -19,9 +19,9 @@
   username?: string;
   password?: string;
   rememberMe?: boolean;
-  socialCode?: string,
-  socialState?: string,
-  source?: string,
+  socialCode?: string;
+  socialState?: string;
+  source?: string;
   code?: string;
   uuid?: string;
   clientId: string;

--
Gitblit v1.9.3