king
3 天以前 80deba0c2dcffd9e6b6f07815c7c52199309ce42
src/menu/menushell/index.scss
@@ -1,7 +1,7 @@
.menu-shell-inner {
  min-height: calc(100vh - 150px);
  padding: 16px;
  width: 100%;
  min-height: calc(100vh - 100px);
  width: auto!important;
  overflow-x: hidden;
  background-size: 100%;
  .anticon {
@@ -15,4 +15,10 @@
  >.ant-empty {
    padding-top: 150px;
  }
  .anticon-tool {
    color: rgba(0, 0, 0, 0.55);
  }
  .anticon-tool:hover {
    color: #1890ff;
  }
}