Skip to content

Commit

Permalink
bugfix: 本地文件上传大小限制可以输入负数 TencentBlueKing#1445
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Nov 8, 2022
1 parent 18ced90 commit d1978fb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
</div>
<jb-form-item>
<div class="input-wraper">
<bk-input v-model="info.amount" />
<bk-input
v-model="info.amount"
type="number"
:min="1" />
<bk-select
v-model="info.unit"
class="unit-item"
Expand Down

0 comments on commit d1978fb

Please sign in to comment.