fix: Enter a number with two places of decimal directly and limit input maximum
Created by: weili520
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes ##2102 (closed)
Special notes for reviewers:
(1) now, we can enter a number with two places of decimal, eg: 0.02, 3.23.
(2) we can not input a number bigger than 8, the maximum is from the props, it 's default value is 4(cpu)/8000(memory)
Additional documentation, usage docs, etc.:
Does this PR introduced a user-facing change?
fix: enter a number with two places of decimal directly and limit input maximum. (#2102, @weili520 )