{
     xtype:'combo',
     width:100,
     //id:'exTypeCom',
     name:'exType',
     hiddenName:'exType',
     displayField:'text',
     valueField:'value',
     editable:true,
     forceSelection:true,
     triggerAction:'all',
     mode:'local',
     store:examine_type_store
    }

下拉框的位置跑到左上角了,
将id注释掉就可以了。

相关文章:

  • 2021-11-05
  • 2021-06-03
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案