我使用 extjs 4,我想创建可折叠的右面板,但不像主容器那样高度。我试过bodyStyle:'背景:透明',但它不起作用。嘻嘻是我得到的:
{ xtype:'panel',
id: 'app-options',
region: 'east',
bodyStyle: 'background:transparent',
cls:'my-panel',
frame:false,
boder:false,
width: 200,
collapsible: true,
layout:{type:'border'
},
items: [{
xtype:'panel',
region: 'north',
title: 'Test',
height:200
}
]
}
如何使蓝色区域透明?我需要显示地图。