fix: instance form ux

This commit is contained in:
jialin
2026-05-25 22:42:02 +08:00
committed by jialin
parent 5195b1e5fc
commit 921a2a0d81
14 changed files with 92 additions and 44 deletions
@@ -113,7 +113,7 @@ const NumberSelection: React.FC<NumberSelectionProps> = ({
aria-disabled={disabled}
tabIndex={disabled ? -1 : 0}
className={classNames(styles.numberItem, {
[styles.active]: num === value
[styles.active]: num === value && !!value
})}
onClick={() => handleSelect(num)}
onKeyDown={(e) => {