我有 ExtJS 表单,它是floating
现在我想给%
保证金from top and left
,但它不起作用。
示例在这里:
https://fiddle.sencha.com/#fiddle/1dj
var f = new Ext.form.Panel({
width: 400,
height: 400,
title: 'Foo',
floating: true,
closable : true,
y: '10%',
x: '10%',
});
f.show();