我正在使用extjs 6.0.2。我想根据窗口的大小调整标签宽度。我该怎么办呢,请帮忙。我尝试了以下代码,但没有用。
"%~dp0wget" -c --show-progress --progress=bar:force:noscroll --no-check-certificate "https://download.microsoft.com/download/E/A/E/EAE6F7FC-767A-4038-A954-49B8B05D04EB/ExpressAdv%%2064BIT/SQLEXPRADV_x64_ENU.exe" -P C:\Temp
答案 0 :(得分:0)
Ext.create({
xtype:'window',
width:200,
height:200,
resizable:true,
items:[
{
xtype:'label',
width:'100%',
style:' word-wrap: break-word;',
text:'dawbnduiawbndawbduibdwuiabduiw'
}]
}).show();