fix: change antd default class style

This commit is contained in:
Semmy 2022-03-24 23:00:29 +08:00
parent 8af19d2489
commit 743aa4a55a
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
.ant-formily-item-label {
color: #8c8c8c;
}

View File

@ -28,4 +28,4 @@ export * from './tabs';
export * from './time-picker';
export * from './tree-select';
export * from './upload';
import './index.less';