king
2021-10-11 d17368d4a5bdec6db2d8a85c7901cdb25cc59cd4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.mk-main-view {
  display: flex;
  flex: auto;
  min-height: 100%;
}
.mk-design-view {
  #mk-tabview-wrap {
    z-index: unset;
    >.content-header {
      >.ant-tabs {
        z-index: 21;
        background: #ffffff;
      }
    }
  }
}