日期控件不显示图标
setTimeout(function() {
$(".fr-trigger-btn-up").css({
'display': 'none'
});
}, 100)
这样才完美
fvs 页面加载结束事件
"use document";
setInterval(function() {
$(".x-icon").css({
参考这个试试
https://bbs.fanruan.com/wenda/question/168100.html
控件初始化事件
$(".bi-trigger-icon-button").css("display","none");