完美解決vue+element項目無法修改input輸入框樣式問題


問題: 無法修改el-input輸入框樣式

 

在網上查了很久,各種辦法嘗試過后最終找到解決辦法,所以在此記錄一下

神奇的 ::v-deep      深度作用選擇器

 

效果如下:

 

 

 

 

 下面是詳細代碼:

::v-deep .remarks .el-textarea.is-disabled .el-textarea__inner {
  colorred !important;
  -webkit-text-fill-colorred !important;
}
::v-deep .remarks .el-input.is-disabled .el-input__inner {
  colorred !important;
  -webkit-text-fill-colorred !important;
}


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM