king
2020-12-16 06404e701a89955958cbf56213e2eec618d8644d
src/tabviews/custom/components/card/cardcellList/index.scss
@@ -7,7 +7,7 @@
    font-weight: inherit;
    text-decoration: inherit;
  }
  .ant-mk-text:not(.line1) {
  .ant-mk-text:not(.line1):not(.line) {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
@@ -93,10 +93,24 @@
  }
  .ant-mk-splitline {
    border-top: 1px solid;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  .ant-mk-date {
    white-space: nowrap;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
  }
  .ant-slider {
    margin: 0px;
  }
  .ant-mk-picture {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.card-cell-list::after {
  content: ' ';