Skip to content

Commit 5a2ce6d

Browse files
authored
fix: 修改官网样式覆盖问题 (#2090)
1 parent 63e41a7 commit 5a2ce6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gatsby-browser.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ window.react = require('react');
66
window.reactDom = require('react-dom');
77
window.antd = require('antd');
88

9-
require('antd/dist/antd.min.css');
9+
require('antd/lib/alert/style/index.css');
10+

0 commit comments

Comments
 (0)