docs(wizard): [wizard] Increase the top outer margin of node names According to testing (#1053)

This commit is contained in:
chenxi-20 2023-12-08 16:29:36 +08:00 committed by GitHub
parent 3bb0f0ff12
commit 8202a8d2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@
transform: translateY(-50%);
position: relative;
top: -5px;
.children-name {
margin-top: 8px;
}
}
.@{wizard-prefix-cls}__chart-icon {