index.less 182 B

12345678910
  1. .app-qrcode-scan {
  2. &__camera {
  3. position: fixed;
  4. bottom : 0;
  5. left : 0;
  6. z-index : 1000;
  7. width : 100vw;
  8. height : 30vh;
  9. }
  10. }