style: adjust ram prcision
This commit is contained in:
@@ -45,14 +45,10 @@ const CheckboxField: React.FC<{
|
||||
|
||||
const Scaling: React.FC = () => {
|
||||
const intl = useIntl();
|
||||
const { onValuesChange, onQuantizationChange } = useFormContext();
|
||||
const { onValuesChange } = useFormContext();
|
||||
const { getRuleMessage } = useAppUtils();
|
||||
const form = Form.useFormInstance();
|
||||
|
||||
const handleOnQuantizationChange = (val: any) => {
|
||||
onQuantizationChange?.(val);
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div style={{ paddingBottom: 22, paddingLeft: 10 }}>
|
||||
|
||||
Reference in New Issue
Block a user