JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

el-input type为number时,隐藏后面的步进器(箭头)

发布时间 2023-08-30 15:40:14作者: 幻影之舞
::v-deep{
    .inputFund input::-webkit-inner-spin-button {
        -webkit-appearance: none!important;
    }
    .inputFund input[type="number"]{
        -moz-appearance: textfield;
    }
}

给el-input加一个class, 

inputFund
    本栏目推荐文章
  • Chrome 浏览器插件 V3 版本 Manifest.json 文件中 Action 的类型(Types)、方法(Methods)和事件(Events)的属性和参数解析
  • fish和pacman:“error: Unable to read input file: 是一个目录”报错的处理
  • [cpp]: Standard Input/Output -- <iostream>
  • MyBatisPlus(IdType.INPUT)
  • input 的写法与定义
  • 数据库中number(m,n)
  • Java中BigDecimal类、String类和Number类
  • grep提示"Binary file (standard input) matches"
  • vue报错:Module parse failed: Unexpected token (5:2) You may need an appropriate loader to handle this file type.
  • mybatis解决nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping:
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们