.dark-blue {

  //将message的提示框位于遮罩层的上方
  .el-message--warning {
    z-index:3000 !important;
  }

}
