feat: support set default props for drawer and modal (#5390)

* feat: support set default props for drawer and modal

* docs: fix typo
This commit is contained in:
Netfan
2025-01-14 17:11:18 +08:00
committed by GitHub
parent 5965755caa
commit e1c503e51e
11 changed files with 82 additions and 6 deletions

View File

@@ -54,3 +54,7 @@
.ant-app .form-valid-error .ant-picker-focused {
box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
}
.ant-message {
z-index: 1050;
}