Commit f594af8e authored by antoor's avatar antoor

Coverage strategy revised CSS

修正CSS后覆盖策略
parent 7d5e45dd
...@@ -81,6 +81,8 @@ $(document).ready(() => { ...@@ -81,6 +81,8 @@ $(document).ready(() => {
return loadCSS('../static/libs/dhtmlx/codebase/dhtmlx.css'); return loadCSS('../static/libs/dhtmlx/codebase/dhtmlx.css');
}).then(() => { }).then(() => {
return loadCSS('../static/libs/dhtmlx/skins/mytheme/dhtmlx.css'); return loadCSS('../static/libs/dhtmlx/skins/mytheme/dhtmlx.css');
}).then(() => {
return loadCSS('../static/css/index.css');
}); });
// 加载js资源 // 加载js资源
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment