king
2025-01-03 02e4671eb54db281382bfd5d99a4cbdd0121cb39
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);
  }
}