mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
1f080c299e
* fix: Form.Item noStyle should not be affected by parent Form.Item * test: update snapshot * fix: status * chore: code clean * fix: modal and drawer * test: fix lint * chore: code clean * refactor: noFormStyle * chore: code clean * revert: revert change in Form.Item * chore: code clean
7 lines
132 B
TypeScript
7 lines
132 B
TypeScript
import '../../style/index.less';
|
|
import './index.less';
|
|
|
|
// deps-lint-skip: form
|
|
// style dependencies
|
|
import '../../button/style';
|