| 123456789101112131415 |
- /*
- * @Description:
- * @Author: hy
- * @Date: 2019-08-12 17:59:33
- * @LastEditTime: 2019-08-13 09:06:14
- */
- Ext.define('uas.view.main.ContentPanel', {
- extend: 'Ext.panel.Panel',
- xtype: 'contentPanel',
- id: 'content-panel',
- layout:'fit',
- scrollable: true,
- layout: 'fit'
- });
|