element-Ui统一修改el-input样式

 效果图

 代码

<style lang="less"  scoped>

// 修改input样式
/deep/.el-input__inner {
  width: 220px;
  // background-color: red !important;
}

</style>

或者可以直接在html上每个input 添加 style="width:220px" 

猜你喜欢

转载自blog.csdn.net/weixin_64630810/article/details/126927122