king
2021-09-09 e5fc2d92b1036aabf9ffc2c9706ed401bd9735c8
src/tabviews/zshare/mutilform/checkCard/index.scss
@@ -1,4 +1,4 @@
.check-card-form-box {
.check-card-search-box {
  margin-top: 10px;
  margin-bottom: -10px;
  .card-cell {
@@ -72,7 +72,7 @@
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
  }
}
.check-card-form-box:not(.readonly) {
.check-card-search-box:not(.readonly) {
  .card-cell:not(.bg-control):hover {
    border-color: #1890ff;
    background: #1890ff;
@@ -90,7 +90,7 @@
    box-shadow: 0px 0px 4px #1890ff;
  }
}
.check-card-form-box.readonly {
.check-card-search-box.readonly {
  .card-cell, .card-pic-cell {
    cursor: not-allowed;
  }