From e7f78fbae033a3d636cd800c21c3353287d9da37 Mon Sep 17 00:00:00 2001 From: sheng <15292050171@163.com> Date: Mon, 11 Sep 2023 14:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E7=BB=9F=E8=AE=A1=E5=9B=BE=E8=A1=A8=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/dept/components/DeptUserCom/crud.tsx | 2 +- .../dept/components/DeptUserCom/index.vue | 17 ++++++++++++++--- .../menu/components/MenuFormCom/index.vue | 9 +++++---- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/web/src/views/system/dept/components/DeptUserCom/crud.tsx b/web/src/views/system/dept/components/DeptUserCom/crud.tsx index 329a19c..36bc11b 100644 --- a/web/src/views/system/dept/components/DeptUserCom/crud.tsx +++ b/web/src/views/system/dept/components/DeptUserCom/crud.tsx @@ -74,7 +74,7 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp container: { action: { col: { - span: 6, + span: 10, }, }, }, diff --git a/web/src/views/system/dept/components/DeptUserCom/index.vue b/web/src/views/system/dept/components/DeptUserCom/index.vue index a0533c1..d05522d 100644 --- a/web/src/views/system/dept/components/DeptUserCom/index.vue +++ b/web/src/views/system/dept/components/DeptUserCom/index.vue @@ -1,5 +1,5 @@