style: scroll to field

This commit is contained in:
jialin
2025-10-21 19:59:49 +08:00
parent 1e4018350f
commit fc7350b7e2
6 changed files with 166 additions and 34 deletions
+7 -1
View File
@@ -81,7 +81,13 @@ const AdvanceConfig = () => {
return (
<>
<Form.Item<FormData> name="categories">
<Form.Item<FormData>
name="categories"
data-field="categories"
style={{
scrollMarginTop: 200
}}
>
<SealSelect
allowNull
label={intl.formatMessage({