* Finish task #73750.

This commit is contained in:
tianshujie
2022-10-26 13:15:38 +08:00
parent 1dfce702bd
commit 308a8b9f5e
5 changed files with 14 additions and 4 deletions
+6 -4
View File
@@ -4,13 +4,15 @@
<style>
.block-dynamic .timeline > li .timeline-text {max-width: 600px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-height: 20px;}
.block-dynamic .panel-body {padding-top: 0;}
.timeline>li:before {left: -26px;}
.timeline>li+li:after {left: -23px;}
.timeline >li:before {left: -26px;}
.timeline >li + li:after {left: -23px;}
.timeline-text {margin-left: -18px;}
.block-dynamic .label-action {padding: 0 6px;}
.block-dynamic .label-action + a {padding-left: 6px;}
.timeline>li.active:before {left: -30px;}
.timeline>li>div:after {left: -27px;}
.timeline >li.active:before {left: -30px;}
.timeline >li >div:after {left: -27px;}
.timeline >li >div > .timeline-tag {color: #838A9D;}
.timeline >li >div > .timeline-text > * {color: #313C52;}
</style>
<div class='panel-body scrollbar-hover'>
<ul class="timeline timeline-tag-left no-margin">
@@ -13,6 +13,8 @@
.timeline>li.active:before {left: -30px;}
.timeline>li>div:after {left: -27px;}
.timeline .timeline-text {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.timeline >li >div > .timeline-tag {color: #838A9D;}
.timeline >li >div > .timeline-text > * {color: #313C52;}
</style>
<div class='panel-body scrollbar-hover'>
<ul class="timeline timeline-tag-left no-margin">
+2
View File
@@ -20,6 +20,8 @@
.timeline>li.active:before {left: -30px;}
.timeline>li>div:after {left: -27px;}
.timeline .timeline-text {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.timeline >li >div > .timeline-tag {color: #838A9D;}
.timeline >li >div > .timeline-text > * {color: #313C52;}
#cfdChart {margin-top: -20px;}
+2
View File
@@ -11,3 +11,5 @@
.timeline>li.active:before {left: -30px;}
.timeline>li>div:after {left: -27px;}
.timeline .timeline-text {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.timeline >li >div > .timeline-tag {color: #838A9D;}
.timeline >li >div > .timeline-text > * {color: #313C52;}
+2
View File
@@ -10,3 +10,5 @@
.timeline>li.active:before {left: -30px;}
.timeline>li>div:after {left: -27px;}
.timeline .timeline-text {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.timeline >li >div > .timeline-tag {color: #838A9D;}
.timeline >li >div > .timeline-text > * {color: #313C52;}