ext 按钮之间的间距

    xiaoxiao2021-04-18  96

    new Ext.Button({ minWidth:70,//按钮最小宽度 style: { marginBottom: '10px',//距底部高度 marginLeft:'10px',//距左边宽度 marginRight:'10px'//距右边宽度 }, id : 'test', text : 'button' });
    转载请注明原文地址: https://ju.6miu.com/read-675316.html

    最新回复(0)