king
2020-10-15 7449eee8fa9f8a251e9c4e9162030f1e004bae0f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.menu-shell-inner {
  min-height: calc(100vh - 150px);
  padding: 16px;
  width: 100%;
  background-size: 100%;
 
  .anticon {
    cursor: unset;
  }
 
  .mk-component-card {
    position: relative;
  }
  
  >.ant-empty {
    padding-top: 150px;
  }
}