diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/main.ts b/com.actionsoft.apps.coe.pal.datamigration/src/main.ts index 3b9a5d4..a4c9b53 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/main.ts +++ b/com.actionsoft.apps.coe.pal.datamigration/src/main.ts @@ -6,8 +6,10 @@ import store from './store' /* eslint-disable */ import awsui from "../lib/awsui.es"; //注意awsui组件库根据情况指定路径 import "../lib/awsui.css"; +//import './static/common/common.css'; +// import './static/common/theme1.css';// 主题颜色配置 import '../static/common/common.css'; -import '../static/common/theme1.css';// 主题颜色配置 +import '../static/common/theme1.css'; const app = createApp(App);