Browse Source

代码提交

hy 7 years ago
parent
commit
4a491ef699

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

@@ -93,6 +93,7 @@ Ext.define('saas.view.core.base.GridPanel', {
                     },
                     items:['->',{
                         xtype:'button',
+                        cls:'x-formpanel-btn-blue',
                         text:'新增',
                         handler:function(b){
                             var form = b.ownerCt.ownerCt.ownerCt;

+ 1 - 0
frontend/saas-web/app/view/core/query/QueryGridPanel.js

@@ -183,6 +183,7 @@ Ext.define('saas.view.core.query.QueryGridPanel', {
                 },
                 items: ['->', {
                     text: '新增',
+                    cls:'x-formpanel-btn-blue',
                     handler: 'onAddClick',
                     bind: {
                         hidden: '{!addEnable}'

+ 1 - 1
frontend/saas-web/app/view/document/customer/FormPanel.js

@@ -347,7 +347,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
                     xtype : "textfield"
                 },
                 dataIndex : "ca_address", 
-                width:110 
+                width:300 
             },  
             {
                 allowBlank:true,