修改水印颜色,控件初始化事件
setTimeout(function() {
$(".fr-texteditor").css({
'font-family': 'Microsoft YaHei',
'color': '#ccc'
});
}, 1000);
11版本语句
setTimeout(function() {
$(".bi-label.bi-water-mark.bi-text").css({
'font-family': 'Microsoft YaHei',
'color': 'red'
});
}, 1000);
===============
WorkBook473.rar