How to modify the lable color of el-form in element-ui?

how to modify the lable color of el-form in element-ui

Jan.10,2022

.el-form-item__label {color:red}
is written as global css, without adding scoped


is written in style without scoped,. It is recommended to add a separate class to avoid affecting other file styles
.wrapper {

.el-form-item__label {
    ...
  }

}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32115-2bdc9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32115-2bdc9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?