style: scroller

This commit is contained in:
jialin
2026-05-11 19:49:21 +08:00
committed by jialin
parent e9152e8725
commit 7fa44644fd
6 changed files with 260 additions and 168 deletions
@@ -4,8 +4,9 @@ import { FormData } from '../config/types';
const Basic = () => {
return (
<div data-field="name">
<>
<Form.Item<FormData>
data-field="name"
name="name"
rules={[
{
@@ -19,7 +20,7 @@ const Basic = () => {
<Form.Item<FormData> name="description">
<CInput.TextArea label="描述" scaleSize />
</Form.Item>
</div>
</>
);
};