浏览代码

Update index.html

Anyon 2 年之前
父节点
当前提交
b166d25e4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/data/view/news/item/index.html

+ 1 - 1
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'},
             ]]
         });