style: help menu
This commit is contained in:
@@ -168,12 +168,12 @@ export const gaugeItemConfig = {
|
||||
},
|
||||
rich: {
|
||||
value: {
|
||||
fontSize: 20,
|
||||
fontSize: 16,
|
||||
fontWeight: '500',
|
||||
color: 'rgba(0, 0, 0, 0.88)'
|
||||
},
|
||||
unit: {
|
||||
fontSize: 16,
|
||||
fontSize: 14,
|
||||
color: 'rgba(0, 0, 0, 0.88)',
|
||||
fontWeight: '500',
|
||||
padding: [0, 0, 0, 2]
|
||||
|
||||
@@ -59,8 +59,9 @@ const SealInput: React.FC<InputProps & SealFormItemProps> = (props) => {
|
||||
e.target.value = e.target.value?.trim?.();
|
||||
if (!inputRef.current?.input?.value) {
|
||||
setIsFocus(false);
|
||||
props.onBlur?.(e);
|
||||
}
|
||||
props.onChange?.(e);
|
||||
props.onBlur?.(e);
|
||||
};
|
||||
|
||||
const handleInput = (e: any) => {
|
||||
|
||||
Reference in New Issue
Block a user