chore: fallback checkbox

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 0b2be1e54b
commit a3dd126931
4 changed files with 18 additions and 11 deletions
+7 -1
View File
@@ -3,7 +3,8 @@ import MetadataList from '@/components/metadata-list';
import SealCascader from '@/components/seal-form/seal-cascader';
import SealInput from '@/components/seal-form/seal-input';
import { useIntl } from '@umijs/max';
import { Form } from 'antd';
import { Checkbox, Form } from 'antd';
import { Tooltip } from 'antd/lib';
import _ from 'lodash';
import { useState } from 'react';
import { FormData } from '../config/types';
@@ -160,6 +161,11 @@ const Endpoints = () => {
style={{ flex: 60 }}
placeholder="weight"
></SealInput.Number>
<Tooltip title="fallback">
<Checkbox
style={{ marginLeft: 12, marginRight: 4 }}
></Checkbox>
</Tooltip>
</>
)}
</MetadataList>