Browse Source

condatefield 取消根据field自适应宽度

zhouy 7 years ago
parent
commit
613f9feaab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/saas-web/app/view/core/form/ConDateField.js

+ 1 - 0
frontend/saas-web/app/view/core/form/ConDateField.js

@@ -57,6 +57,7 @@ Ext.define('saas.view.core.form.ConDateField', {
             allowBlank: allowBlank,
             flex: 1,
             fieldStyle: me.fieldStyle,
+            //matchFieldWidth:true,
             listeners: {
                 change: function(f){
                     var from =me.from.value,to = me.to.value;