You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
925 B

/**
* Created by windy on 2019/9/10.
*/
!(function () {
// 正文
BI.config("bi.constant.design.widget.detail.table_style.font_family", function(items) {
return BI.concat(items, [{
value: "adidasHeader",
text: "自定义字体头字体"
}, {
value: "adidasBody",
text: "自定义字体Bodyzi字体"
}]);
});
// 标题
BI.config("bi.constant.materials.rich_editor.font_family", function(items) {
return BI.concat(items, [{
value: "adidasHeader",
text: "自定义字体头字体"
}, {
value: "adidasBody",
text: "自定义字体Bodyzi字体"
}]);
});
// 默认属性配置
BI.config("bi.provider.widget.conf", function(p) {
p.config({
axisWidth: 0,
hGridWidth: 0,
vGridWidth: 0
});
});
})();