king
2021-09-09 e5fc2d92b1036aabf9ffc2c9706ed401bd9735c8
src/tabviews/zshare/mutilform/mkCheckCard/index.scss
@@ -71,22 +71,28 @@
    height: 12px;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
  }
  .card-cell.disabled {
    cursor: not-allowed;
  }
  .card-pic-cell.disabled {
    cursor: not-allowed;
  }
}
.check-card-form-box:not(.readonly) {
  .card-cell:not(.bg-control):hover {
  .card-cell:not(.bg-control):not(.disabled):hover {
    border-color: #1890ff;
    background: #1890ff;
    span {
      color: #ffffff!important;
    }
  }
  .card-cell.bg-control:not(.active):hover {
  .card-cell.bg-control:not(.active):not(.disabled):hover {
    .bg-mask {
      opacity: 0.7;
    }
  }
  .card-pic-cell:hover {
  .card-pic-cell:not(.disabled):hover {
    border-color: #1890ff;
    box-shadow: 0px 0px 4px #1890ff;
  }