Merge pull request #18093 from xrkffgg/fix-timeline-tail

fix: timeline_left/alternate tail&content
This commit is contained in:
偏右 2019-08-06 11:44:04 +08:00 committed by GitHub
commit 4cd5cac29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,18 +113,16 @@
&-left {
.@{timeline-prefix-cls}-item-content {
left: 50%;
width: 50%;
left: calc(50% - 4px);
width: calc(50% - 14px);
text-align: left;
}
}
&-right {
.@{timeline-prefix-cls}-item-content {
right: 50%;
left: -30px;
width: 50%;
margin-right: 18px;
width: calc(50% - 14px);
margin: 0;
text-align: right;
}
}
@ -136,12 +134,10 @@
.@{timeline-prefix-cls}-item-tail,
.@{timeline-prefix-cls}-item-head,
.@{timeline-prefix-cls}-item-head-custom {
left: 100%;
left: calc(100% - 4px - @timeline-width);
}
.@{timeline-prefix-cls}-item-content {
right: 0;
left: -30px;
width: 100%;
width: calc(100% - 18px);
}
}
}