浏览代码

样式引入调整

luolei 4 年之前
父节点
当前提交
ed62391062
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/js/dept/keyItemFlawControlDept.js

+ 1 - 1
src/js/dept/keyItemFlawControlDept.js

@@ -1,5 +1,5 @@
 const $ = require('jquery');
-require("@less/keyItemFlawControl.less");
+require("@less/dept/keyItemFlawControlDept.less");
 require('../modal.js');
 const {api} = require('../api.js')
 const {post,getCookie,getUrlArgObjectNew,emptyBox,setTitleTxt,setDatePicker,getPickerDate,expJson,downloadExportedData,initScroll,listenScroll} = require('../utils.js')