king
2024-11-07 a02fc6a77fa1b35c6516b2d37108d80e260c6c85
1
2
3
4
5
6
7
8
9
10
11
12
.mk-sys-message {
  min-height: calc(100vh - 94px);
  height: 100%;
  position: relative;
  padding: 15px;
  
  .ant-spin {
    position: absolute;
    top: calc(50vh - 100px);
    left: calc(50vw - 12px);
  }
}