fix: fixed svg icon load failure and enabled global injection bem.scss
This commit is contained in:
8
packages/styles/src/antd/index.css
Normal file
8
packages/styles/src/antd/index.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/* ant-design-vue 组件库的一些样式重置 */
|
||||
|
||||
.ant-app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overscroll-behavior: none;
|
||||
color: inherit;
|
||||
}
|
Reference in New Issue
Block a user