king
2020-10-29 944730f2794b87aa053f53084f0d082d4af6fd41
src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -1,4 +1,48 @@
.card-detail-row {
  .ant-mk-text {
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
  }
  .ant-mk-text:not(.line1) {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line1 {
    overflow: hidden;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .line2 {
    -webkit-line-clamp: 2;
  }
  .line3 {
    -webkit-line-clamp: 3;
  }
  .line4 {
    -webkit-line-clamp: 4;
  }
  .line5 {
    -webkit-line-clamp: 5;
  }
  .line6 {
    -webkit-line-clamp: 6;
  }
  .line7 {
    -webkit-line-clamp: 7;
  }
  .line8 {
    -webkit-line-clamp: 8;
  }
  .line9 {
    -webkit-line-clamp: 9;
  }
  .line10 {
    -webkit-line-clamp: 10;
  }
  .ant-mk-slider {
    box-sizing: border-box;
    margin: 0;
@@ -43,7 +87,7 @@
    }
  }
  .ant-mk-splitline {
    height: 1px;
    border-top: 1px solid;
  }
  .ant-mk-picture {
    background-size: cover;