hy 7 vuotta sitten
vanhempi
commit
bf5cf31ef7

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

@@ -266,7 +266,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
                     xtype : "textfield"
                 },
                 dataIndex : "cc_tel", 
-                width:110 
+                width:200 
             },
             {
                 allowBlank:true,
@@ -340,7 +340,7 @@ Ext.define('saas.view.document.customer.FormPanel', {
                     hideTrigger:true,
                 },
                 dataIndex : "ca_phone", 
-                width:110  
+                width:200  
             },
             {
                 text : "默认地址", 

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

@@ -260,7 +260,7 @@ Ext.define('saas.view.document.vendor.FormPanel', {
                     xtype : "textfield"
                 },
                 dataIndex : "vc_tel", 
-                width:110 
+                width:200 
             },
             {
                 allowBlank:true,