【仅供内部供应商使用,不提供对外解答和培训】
| Table of Contents |
|---|
自定义修改决策平台的外观主题
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
BI.module("my.theme", {
version: 1.0,
components: ["dec.workbench.tabs","dec.workbench.panel","dec.menu","dec.header"],
constants: ["dec.constant.config"],
services: ["dec.service.tabs"],
providers: ["dec.provider.layout"]
}) |
...
更深入的高级自定义请学习fineui
| fineui文档地址 | http://fanruan.coding.me/fineui-doc |
| fineui demo地址 | http://fanruan.coding.me/fineui |