king
2020-10-26 c7df940632b5f238f524da651fbf27a91ff6ad36
src/menu/menushell/index.scss
@@ -1,6 +1,5 @@
.menu-shell-inner {
  min-height: calc(100vh - 150px);
  padding: 16px;
  min-height: calc(100vh - 100px);
  width: 100%;
  background-size: 100%;
@@ -15,4 +14,10 @@
  >.ant-empty {
    padding-top: 150px;
  }
  .anticon-tool {
    color: rgba(0, 0, 0, 0.55);
  }
  .anticon-tool:hover {
    color: #1890ff;
  }
}