king
2021-07-28 137fb8ea6af2789b3238b22bac31d80bced41dfe
src/tabviews/custom/components/card/cardcellList/index.scss
@@ -1,11 +1,22 @@
.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):not(.line) {
    word-break: break-word;
@@ -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;