king
2022-03-24 26d0fa42ea8c63a87e8ef93d0915f75f46fb1f9c
src/menu/menushell/index.scss
@@ -1,17 +1,8 @@
.menu-shell-inner {
  min-height: calc(100vh - 150px);
  padding: 16px;
  min-height: calc(100vh - 100px);
  width: 100%;
  background-size: 100%;
  >.ant-row {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
    >.ant-col {
      padding: 8px;
    }
  }
  .anticon {
    cursor: unset;
  }
@@ -23,4 +14,10 @@
  >.ant-empty {
    padding-top: 150px;
  }
  .anticon-tool {
    color: rgba(0, 0, 0, 0.55);
  }
  .anticon-tool:hover {
    color: #1890ff;
  }
}