elementui input-number

固定步长 step-strictly

        <el-input-number
          v-model="form.switchSecond"
          placeholder="请输入切换时间"
          style="width: 600px"
          :min="1"
          :max="1000"
          :step="1"
          step-strictly
        />

 

posted @ 2023-06-12 09:54  jqynr  阅读(38)  评论(0)    收藏  举报