king
2020-09-24 6ed64ed071c75901ed8848131bfefa51c5c27fce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.menu-shell-inner {
  min-height: calc(100vh - 150px);
  padding: 16px;
  width: 100%;
  background-size: 100%;
 
  >.ant-row {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
    >.ant-col {
      padding: 8px;
    }
  }
  .anticon {
    cursor: unset;
  }
 
  .mk-component-card {
    position: relative;
  }
  
  >.ant-empty {
    padding-top: 150px;
  }
}