element-Ui uniformly modifies el-input style

 renderings

 the code

<style lang="less"  scoped>

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

</style>

Or you can directly add style="width:220px" to each input on html 

Guess you like

Origin blog.csdn.net/weixin_64630810/article/details/126927122
Recommended