Vben
2021-04-07 5b8eb4a49a097a47caf491c44df427522ab58daa
src/components/ContextMenu/src/index.less
@@ -22,7 +22,7 @@
    &:not(.ant-menu-item-disabled):hover {
      color: @text-color-base;
      background: #eee;
      background: @item-hover-bg;
    }
  }
}
@@ -36,7 +36,7 @@
  width: 156px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  background-color: @component-background;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.1),