extjs 我的视区容器没有响应

0md85ypi  于 2022-11-05  发布在  其他
关注(0)|答案(2)|浏览(161)

您好,我已经创建了这个视窗作为我的应用程序的主界面:

Ext.define('Mine.view.newDashboard', {
    extend: 'Ext.container.Viewport',
    alias: 'widget.newDashboard',

    controller: 'newDashboard',
    reference: 'dashboard',

     layout: {
         type: 'border',
         align: 'stretch '
     },

    style: {
        'backgroundColor': '#909090 !important'
    },

    items: [{
         region: 'north',
         html: '',
         border: false,
         collapsible: false, ...

有北,西,中心区域面板。我应该应用什么配置,以使我的容器响应?
谢谢!

lh80um4z

lh80um4z1#

您可以使用hbox或vbox布局,或者这两种布局的组合(但这意味着要添加额外的嵌套面板)。
https://examples.sencha.com/extjs/7.0.0/examples/kitchensink/#layouts

g2ieeal7

g2ieeal72#

你可以使用Ext.plugin.Responsive插件,你可以根据响应公式来操作cfgs,这样你的 Jmeter 板响应更快。

相关问题