king
2024-11-15 c5a07dba94694d13f0a78e051dfa26c3522933ee
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);
  }
}