From b166d25e4dc48841d3a3a7d941ad5632c72cbaa9 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 15 Jun 2022 16:01:10 +0800 Subject: [PATCH] Update index.html --- app/data/view/news/item/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/view/news/item/index.html b/app/data/view/news/item/index.html index 031e75f70..fa3a3867a 100644 --- a/app/data/view/news/item/index.html +++ b/app/data/view/news/item/index.html @@ -61,7 +61,7 @@ {field: 'num_read', title: '阅读数', align: 'center', minWidth: 80, sort: true, style: 'color:blue;font-size:16px'}, {field: 'status', title: '状态', align: 'center', minWidth: 110, templet: '#StatusSwitchTpl'}, {field: 'create_at', title: '创建时间', align: 'center', minWidth: 170, sort: true}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 160, fixed: 'right'}, + {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'}, ]] });