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 29, 2022
1 parent 4f66f54 commit cb1991c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@
<bk-input
v-show="enabled"
class="speed-limit-input"
@change="handleChange"
:value="formData[field]">
:min="0"
type="number"
:value="formData[field]"
@change="handleChange">
<template slot="append">
<div class="group-text">MB/s</div>
</template>
Expand Down

0 comments on commit cb1991c

Please sign in to comment.