* [task#135046 doing 0.5h 2h] modify number input of thinktableinput.

This commit is contained in:
zhangyu
2024-12-20 10:47:00 +08:00
committed by 孙浩
parent 9ed57c3b98
commit a8115a2fdf
-2
View File
@@ -102,8 +102,6 @@ class thinkTableInput extends thinkQuestion
'class' => 'w-72 h-10 dimension-weight',
'name' => 'result[' . $index . ']',
'type' => 'number',
'min' => 1,
'max' => 100,
'value' => $value,
'readonly' => ($value && !$canConfigureRatio),
'placeholder' => $lang->thinkrun->pleaseInput