king
2022-12-09 cb9ade2afd2a367ad767bc605ab7086c695dd010
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.menu-shell-inner {
  min-height: calc(100vh - 100px);
  width: auto!important;
  overflow-x: hidden;
  background-size: 100%;
 
  .anticon {
    cursor: unset;
  }
 
  .mk-component-card {
    position: relative;
  }
  
  >.ant-empty {
    padding-top: 150px;
  }
  .anticon-tool {
    color: rgba(0, 0, 0, 0.55);
  }
  .anticon-tool:hover {
    color: #1890ff;
  }
}