king
2024-12-27 e5a92d6bee2b8d47d5c145ed92485fd19b663b0f
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);
  }
}