From 05cd35931c3c526117b6cc297e451ee4139c4a67 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 三月 2023 18:24:19 +0800 Subject: [PATCH] 2023-03-17 --- src/tabviews/custom/components/timeline/normal-timeline/index.scss | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 100 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/timeline/normal-timeline/index.scss b/src/tabviews/custom/components/timeline/normal-timeline/index.scss index e5d3dc2..7e0945c 100644 --- a/src/tabviews/custom/components/timeline/normal-timeline/index.scss +++ b/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 { -- Gitblit v1.8.0