多tab块,指定单个tab块标题居中
127163
找到需要居中的tab块名称
然后在指定tab块中添加初始化JS
setTimeout(function(){ var plength=$("div.fr-horizontalboxlayout").width()/2; $("div.fr-horizontalboxlayout.fr-form-imgboard").css("left",function(index,value) { returnparseInt(value)+plength-95; }) },50)
127164
可以看到成功实现
这是根据已经给出的tab块居中JS修改的。
上面-95可以根据自己需要自行修改
详细见附件