king
2021-08-26 e9c48bd7356462ba9257540b130a47a65ad1861d
src/tabviews/custom/components/card/cardcellList/index.scss
@@ -58,9 +58,10 @@
    -webkit-line-clamp: 10;
  }
  .mk-cell-btn {
    > div {width: 100%;}
    > div {width: 100%;max-width: 100%;}
    button {
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 32px;
    }
@@ -118,6 +119,22 @@
    word-break: break-word;
    text-overflow: ellipsis;
  }
  .ant-mk-check {
    white-space: nowrap;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    font-style: inherit;
    .ant-checkbox-wrapper {
      font-weight: inherit;
      font-size: inherit;
      font-style: inherit;
      color: inherit;
      span {
        font-weight: inherit;
      }
    }
  }
  .ant-slider {
    margin: 0px;
  }
@@ -126,6 +143,9 @@
    background-position: center center;
    background-repeat: no-repeat;
  }
  .ant-mk-picture.scale {
    cursor: zoom-in;
  }
}
.card-cell-list::after {
  content: ' ';