From c38d8f85c9a219bc3e5a825e5140340c5b8b60db Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 15 Apr 2022 16:08:09 +0800 Subject: [PATCH] Update index.html --- app/data/view/base/postage/template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/view/base/postage/template/index.html b/app/data/view/base/postage/template/index.html index e321f72b1..a620ae722 100644 --- a/app/data/view/base/postage/template/index.html +++ b/app/data/view/base/postage/template/index.html @@ -42,7 +42,7 @@ {field: 'name', title: '模板名称', align: "left", minWidth: 100}, {field: 'status', title: '使用状态', align: 'center', minWidth: 110, templet: '#StatusSwitchTpl'}, {field: 'create_at', title: '添加时间', align: 'center', minWidth: 170}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right'} + {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'} ]] });