代码:
setTimeout(function() {
_g().getWidgetByCell("G6").$btn.parents("div.fr-btn-up").css("background", "#0A367C")
}, 100);
问题如图 颜色不统一 就给第一排上了颜色
写什么js啊,使用自定义按钮,直接可以设置啊
==========
自定义按钮圆角,按钮初始化事件
$('.fr-btn-up.fr-btn-noicon').css('border-radius', '10px');
$(".ui-state-enabled.fr-form-imgboard div").css("border-radius", "10px");
$(".ui-state-enabled.fr-form-imgboard").css("border-radius", "10px");
}, 200);