0 环境

  • 系统环境:win10

1 发现问题

为el-input设置label-width="100px"不生效

2 解决问题

1 为当前页面所有el-input设置相同宽度

.el-input {
  width: 自定义宽带;
}

相关文章: