Blame view

src/views/sbbwcx/index.scss 156 Bytes
任超 committed
1 2 3 4 5 6 7 8 9 10
.reportLog {
  .progress {
    position: absolute;
    width: 200px;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}