Browse Source

资料操作图标居中

zhuth 7 years ago
parent
commit
eb54599443
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/saas-web/app/view/core/base/GridPanel.js

+ 1 - 0
frontend/saas-web/app/view/core/base/GridPanel.js

@@ -300,6 +300,7 @@ Ext.define('saas.view.core.base.GridPanel', {
                 width:70,
                 width:70,
                 dataIndex:'actioncolumn',
                 dataIndex:'actioncolumn',
                 text:'操作',
                 text:'操作',
+                align: 'center',
                 items: [{
                 items: [{
                     tooltip: '编辑',
                     tooltip: '编辑',
                     iconCls: 'x-fa fa-pencil fa-fw',
                     iconCls: 'x-fa fa-pencil fa-fw',