element+vue2下的input的样式修改

发布时间 2023-03-29 16:32:52作者: 朱龙旭看世界
/* 禁用下的input的字体颜色 */
/* .el-input.is-disabled /deep/ .el-input__inner {
  color: red;
} */
/* 禁用下的input的样式修改 */
/* .el-input.is-disabled {
  border: 1px solid #000;
  background-color: white;
  background: white;
} */