king
2025-01-24 0383744c6037f04495b1bb950c98644211fa0ad3
src/assets/css/design.scss
@@ -153,3 +153,26 @@
    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: rgba(0, 0, 0, 0.85);
    .anticon {
      display: none;
    }
  }
  button:hover {
    color: #1890ff;
  }
}