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.
19 lines
500 B
19 lines
500 B
;(function ($){ |
|
BI.config("dec.provider.layout", function (provider) { |
|
provider.inject({ |
|
layoutConfig: { |
|
north: { |
|
height: 60, |
|
invisible: false, |
|
}, |
|
}, |
|
}); |
|
}); |
|
BI.config("dec.header", function (options) { |
|
options.ref=function (e){ |
|
e.title.setVisible(false) |
|
}; // 将组件的type替换为自定义的组件 |
|
return options; |
|
}); |
|
|
|
})(jQuery) |