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

body {
font-family: 'Microsoft YaHei UI';
}
/* 自定义蓝色消息提示样式 */
.custom-blue-message {
/* 纯蓝色背景,白色文字 */
--el-message-bg-color: #409eff;
--el-message-border-color: #409eff;
--el-message-text-color: #ffffff;
--el-message-icon-color: #ffffff;
--el-message-close-icon-color: #ffffff;
}