element-plus modifies the placeholder text color of input

I can't change it all the time, I'm so mad, and now it's finally solved! ! ! ! Plus ::placeholder is the key! !

 :deep(.el-input__inner::placeholder){
      color:#fff
}

Guess you like

Origin blog.csdn.net/w1311004532/article/details/128001206