:root {
    --el-color-primary: #2578e4 !important; /* 红色主题 */
    --el-color-primary-light-3: #1f5bb8 !important; /* 红色主题 */
    --el-color-success: #52c41a;
    --el-text-color-regular: #333333 !important; /* 文字颜色 */
  }


  .el-message{
    z-index: 9999 !important; /* 确保消息提示框在最上层 */
  }