king
2025-02-06 d1cd5af5adb53e91efdd278328e1b6f8ad834fb5
src/assets/css/design.scss
@@ -153,3 +153,30 @@
    color: #f5222d;
  }
}
.mk-opeartion-dropdown-wrap {
  box-shadow: 0 0 2px #bcbcbc;
  background: #ffffff;
  min-width: 120px;
  button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e8e8e8!important;
    color: #26C281;
    .anticon {
      display: none;
    }
  }
  button:hover {
    color: #26C281;
  }
}
.menu-setting .ant-typography-copy {
  margin-left: 0px;
}