/*region 扩展 rapid css */

.r-sgrid-body {
  overflow-y: scroll;
  overflow-x: hidden;
}

/*endregion */

.g-qrcode-wrap {
  text-align: center;
}

.g-qrcode-canvas {
  display: none;
}

.g-qrcode-img-wrap {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
  margin-left: auto;
  margin-right: auto;
}

.g-qrcode-img-wrap > img {
  width: 100%;
}

.w-e-toolbar {
  flex-wrap: wrap;
}


