From 4b902475dd5e1894329ca00d2d50f12e304856c0 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sun, 27 Oct 2024 22:05:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20GiForm=20=E7=BB=84=E4=BB=B6=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E4=B8=BA=20Grid=20=E5=B8=83=E5=B1=80=EF=BC=88?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=20GiDemo=20=E6=9B=B4=E6=96=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GiForm/src/GiForm.vue | 49 +++++++++++++------ src/components/GiForm/src/type.ts | 14 +++--- src/hooks/index.ts | 1 - src/hooks/modules/useBreakpointIndex.ts | 24 --------- src/views/open/app/AppAddModal.vue | 5 +- src/views/setting/components/VerifyModel.vue | 1 - .../setting/profile/BasicInfoUpdateModal.vue | 1 - src/views/system/dept/DeptAddModal.vue | 1 - src/views/system/dict/DictItemAddModal.vue | 1 - src/views/system/dict/tree/DictAddModal.vue | 1 - src/views/system/notice/page/add.vue | 2 +- src/views/system/user/UserResetPwdModal.vue | 1 - src/views/system/user/index.vue | 19 +++---- 13 files changed, 52 insertions(+), 68 deletions(-) delete mode 100644 src/hooks/modules/useBreakpointIndex.ts diff --git a/src/components/GiForm/src/GiForm.vue b/src/components/GiForm/src/GiForm.vue index e680839..17478ed 100644 --- a/src/components/GiForm/src/GiForm.vue +++ b/src/components/GiForm/src/GiForm.vue @@ -1,10 +1,10 @@