From da56f560dc6eeb9b93ee198bd029d748469a56d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 1 Sep 2022 19:20:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/base/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/admin/view/base/index.html b/app/admin/view/base/index.html index 629dd75ee..2842790b0 100644 --- a/app/admin/view/base/index.html +++ b/app/admin/view/base/index.html @@ -38,8 +38,8 @@ {checkbox: true, fixed: true}, {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, // {field: 'type', title: '数据类型', minWidth: 140, align: 'center'}, - {field: 'code', title: '数据编码', minWidth: 140, align: 'center'}, - {field: 'name', title: '数据名称', minWidth: 140, align: 'center'}, + {field: 'code', title: '数据编码', width: '20%', align: 'left'}, + {field: 'name', title: '数据名称', width: '30%', align: 'left'}, {field: 'status', title: '数据状态', minWidth: 110, align: 'center', templet: '#StatusSwitchTpl'}, {field: 'create_at', title: '创建时间', minWidth: 170, align: 'center', sort: true}, {toolbar: '#toolbar', align: 'center', minWidth: 150, title: '数据操作', fixed: 'right'},