king
2021-07-03 b5e70973340bf912b733acd737f55f90653dece8
src/templates/modalconfig/checkCard/index.scss
@@ -1,6 +1,7 @@
.check-card-edit-box {
  line-height: 1.5;
  .card-cell {
    position: relative;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    padding: 6px;
@@ -10,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: 0.5;
      border-radius: 4px;
      background-color: transparent;
    }
  }
  .card-pic-cell {