vue+element el-input的type为number

2021-11-19  本文已影响0人  小小_128
image.png

叮叮铛铛解决办法来啦!!

找到这个input框修改css就好啦~~

<!-- 访客可预约时间期限 -->
<el-input type="number" class="orderBox" placeholder="请输入1~30的整数" style="width: 200px;margin-right: 14px;" v-model="orderDay" :min="1" :max="30"></el-input>天
<style type="text/css" scoped>
/deep/.orderBox .el-input__inner {
    line-height: 1px!important;
}
</style>
上一篇下一篇

猜你喜欢

热点阅读