//背景色设置为透明
::v-deep .el-input__wrapper {
  background-color: transparent !important;
}
//历史记录后(缓存值)的颜色
::v-deep[data-v-37dfd6fc] input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
}
//提示框的字体颜色
::v-deep input::-webkit-input-placeholder {
  color: #fff;
}
::v-deep input::-moz-input-placeholder {
  color: #fff;
}
::v-deep input::-ms-input-placeholder {
  color: #fff;
}
//表单名称的字体颜色
.el-form-item--large /deep/ .el-form-item__label {
  color: #fff !important;
}
//图标的颜色
::v-deep .el-input__prefix-inner {
  color: #ffffff !important;
}
Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐