.login-qrcode {
  width: 266px;
  height: 306px;
  position: fixed;
  left: 0; right: 0;
  top: 0; bottom: 0;
  margin: auto;
  z-index: 101;
  color: #000;
  padding-top: 20px;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.3);
  border-radius: 24px;
  text-align: center;
}
.login-qrcode  canvas {
  width: 216px !important;
  height: 216px !important;
  margin-bottom: 10px;
}

.login-qrcode .timeout-tip {
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin:  auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 66%);
  color: #fff;
  user-select: none;
  border-radius: inherit;
}

.header-nav .user-info .avatar{
  width: 26px;
  height: 26px;
  vertical-align: middle;
  border-radius: 50%;
}