king
2025-01-09 bfd351eb32b6ff30cb4cc6269ef420932fb36acd
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);
  }
}