king
2021-07-28 137fb8ea6af2789b3238b22bac31d80bced41dfe
src/templates/modalconfig/checkCard/index.scss
@@ -1,5 +1,7 @@
.check-card-edit-box {
  line-height: 1.5;
  .card-cell {
    position: relative;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    padding: 6px;
@@ -9,6 +11,18 @@
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative;
      z-index: 1;
    }
    .bg-mask {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      border-radius: 4px;
      background-color: transparent;
    }
  }
  .card-pic-cell {