Skip to content

Commit

Permalink
bugfix: 上传/下载限速的输入框未作限制 TencentBlueKing#1540
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Nov 28, 2022
1 parent 3f55b64 commit b0c2678
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<bk-input
v-show="enabled"
class="speed-limit-input"
:min="0"
type="number"
:value="formData[field]"
@change="handleChange">
<template slot="append">
Expand Down

0 comments on commit b0c2678

Please sign in to comment.