调整界面和底座风格基本保持一致

This commit is contained in:
aixianling
2022-05-10 18:46:57 +08:00
parent c0d890a0a8
commit f39746e303
7 changed files with 404 additions and 379 deletions

View File

@@ -31,6 +31,7 @@ module.exports = {
.add(path.resolve(__dirname, 'core'))
.add(path.resolve(__dirname, 'project'))
.add(path.resolve(__dirname, 'oms'))
.add(path.resolve(__dirname, 'examples'))
.add(path.resolve(__dirname, 'node_modules/dvcp-dv-ui'))
.add(path.resolve(__dirname, 'node_modules/dvcp-ui'))
.end()