Browse Source

商机报价界面字段宽度增加

zhuth 7 years ago
parent
commit
30dae036ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/sale/b2b/QuoteWin.js

+ 1 - 1
frontend/saas-web/app/view/sale/b2b/QuoteWin.js

@@ -23,7 +23,7 @@ Ext.define('saas.view.sale.b2b.QuoteWin', {
                     margin: '0 0 10 0',
                     labelAlign: 'right',
                     labelWidth: 90,
-                    columnWidth: 0.25,
+                    columnWidth: 0.5,
                 },
                 isValid: function (values) {
                     var leadtimeField = this.getForm().findField('leadtime');