king
2021-03-09 5c509746d48f326157542a784fd6d645e2dc9ae6
src/pc/bgcontroller/index.scss
@@ -1,4 +1,4 @@
.menu-background-controller {
.pc-style-controller {
  width: 100%;
  height: 100%;
  overflow: hidden;
@@ -12,32 +12,8 @@
      top: 5px;
    }
  }
  .ant-form-item label > .anticon {
    font-size: 16px;
    vertical-align: middle;
  }
}
.margin-popover {
  padding-top: 0px;
  .ant-popover-inner-content {
    width: 90px;
    padding: 0px 5px;
    .ant-menu-root.ant-menu-vertical {
      border: 0;
      .ant-menu-item {
        height: 30px;
        cursor: pointer;
        line-height: 30px;
      }
      .ant-menu-item:not(:last-child) {
        margin-bottom: 0px;
      }
      .ant-menu-item:first-child {
        margin-top: 10px;
      }
      .ant-menu-item:last-child {
        margin-bottom: 10px;
      }
    }
  }
  .ant-popover-arrow {
    display: none;
  }
}