You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
339 B

6 months ago
  1. body {
  2. font-family: 'Microsoft YaHei UI';
  3. }
  4. /* 自定义蓝色消息提示样式 */
  5. .custom-blue-message {
  6. /* 纯蓝色背景,白色文字 */
  7. --el-message-bg-color: #409eff;
  8. --el-message-border-color: #409eff;
  9. --el-message-text-color: #ffffff;
  10. --el-message-icon-color: #ffffff;
  11. --el-message-close-icon-color: #ffffff;
  12. }