elementui modify the font color of the prompt text (placeholder) el-input/el-input-number/el-select/el-cascader/el-time-select applicable

elementui modify the font color of the prompt text (placeholder)
el-input/el-input-number/el-select/el-cascader/el-time-select/el-date-picker are applicable

achieve effect

insert image description here

Implementation code

		.el-input__inner::placeholder {
			color: #4cc;
		}

Guess you like

Origin blog.csdn.net/weixin_48998573/article/details/129737865