怎么才能让参数面板的文本框控件居中呢
就类似于这样,让这个1居中显示
===============
setTimeout(function() {
$(".fr-texteditor").css("text-align","center");
}, 100);
效果
点击参数面板》显示位置 居中
$(".fr-texteditor").css({
"text-align": "center"
});