king
2023-03-17 05cd35931c3c526117b6cc297e451ee4139c4a67
src/tabviews/custom/components/timeline/normal-timeline/index.scss
@@ -150,6 +150,106 @@
      border-top: 2px solid #e8e8e8;
    } 
  }
  .mk-time-line-wrap.icon {
    .mk-timeline-item-head {
      .mk-dot {
        background: #f8f8f8!important;
      }
      .mk-dot-icon {
        color: inherit;
        .anticon {
          color: inherit;
        }
      }
    }
  }
  .mk-time-line-wrap.size16 {
    .mk-timeline-item-head {
      height: 28px;
      .mk-dot {
        .anticon {
          font-size: 16px;
        }
      }
      .mk-dot-icon {
        width: 28px;
        height: 28px;
      }
    }
  }
  .mk-time-line-wrap.size18 {
    .mk-timeline-item-head {
      height: 32px;
      .mk-dot {
        .anticon {
          font-size: 18px;
        }
      }
      .mk-dot-icon {
        width: 32px;
        height: 32px;
      }
    }
  }
  .mk-time-line-wrap.size20 {
    .mk-timeline-item-head {
      height: 36px;
      .mk-dot {
        .anticon {
          font-size: 20px;
        }
      }
      .mk-dot-icon {
        width: 36px;
        height: 36px;
      }
    }
  }
  .mk-time-line-wrap.size22 {
    .mk-timeline-item-head {
      height: 40px;
      .mk-dot {
        .anticon {
          font-size: 22px;
        }
      }
      .mk-dot-icon {
        width: 40px;
        height: 40px;
      }
    }
  }
  .mk-time-line-wrap.size24 {
    .mk-timeline-item-head {
      height: 44px;
      .mk-dot {
        .anticon {
          font-size: 24px;
        }
      }
      .mk-dot-icon {
        width: 44px;
        height: 44px;
      }
    }
  }
  .mk-time-line-wrap.system {
    .mk-timeline-item-tail {
      border-color: var(--mk-sys-color2);
    }
  }
  .ant-timeline.system {
    .ant-timeline-item-tail {
      border-color: var(--mk-sys-color2);
    }
  }
}
.normal-timeline-box::after {