king
2021-08-06 992f25d08ea2b5a6438ccc792a5c723b8a72f674
src/tabviews/custom/components/card/cardcellList/index.scss
@@ -1,13 +1,24 @@
.card-cell-list {
  position: relative;
  .ant-btn {
    padding: 0;
  }
  .ant-mk-text {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    .sequence-wrap {
      display: inline-block;
      width: 22px;
      height: 22px;
      line-height: 22px;
      white-space: nowrap;
      border-radius: 50%;
      overflow: visible;
    }
  }
  .ant-mk-text:not(.line1) {
  .ant-mk-text:not(.line1):not(.line) {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
@@ -46,9 +57,13 @@
  .line10 {
    -webkit-line-clamp: 10;
  }
  button {
    height: auto;
    min-height: 32px;
  .mk-cell-btn {
    > div {width: 100%;}
    button {
      width: 100%;
      height: auto;
      min-height: 32px;
    }
  }
  .ant-mk-slider {
    box-sizing: border-box;
@@ -103,9 +118,33 @@
    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;
  }
  .ant-mk-picture {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .ant-mk-picture.scale {
    cursor: zoom-in;
  }
}
.card-cell-list::after {
  content: ' ';