Skip to content

Commit

Permalink
样式异常
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoTH committed Jan 9, 2024
1 parent a07f130 commit 9ee71c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/renderer/src/main/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ module.exports = {
]
}
),
// fixBabelImports('import', {
// libraryName: 'antd',
// libraryDirectory: 'es',
// style: 'css'
// }),
fixBabelImports('import', {
libraryName: 'antd',
libraryDirectory: 'es',
style: 'css'
}),
addWebpackExternals(
{ "./cptable": "var cptable" },
),
Expand Down

0 comments on commit 9ee71c5

Please sign in to comment.