ElementUl 中时间线Timeline 的样式优化(左右分布)
element
A Vue.js 2.0 UI Toolkit for Web
项目地址:https://gitcode.com/gh_mirrors/eleme/element

·
修改后样式:
生效代码:
// 右侧文本样式
::v-deep .el-timeline-item__content {
margin-left: 40%;
width: 60%;
// height: 50px;
padding-top: 5px;
}
// 时间样式
::v-deep .el-timeline-item__timestamp.is-bottom {
position: absolute;
top: 0;
margin-left: 8%;
}
::v-deep .el-timeline-item__timestamp {
height: 25px;
font-family: PingFangSC-Regular;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0px;
color: #666666;
}
// 竖线样式
::v-deep .el-timeline-item__tail {
position: absolute;
top: 5px;
left: 36%;
height: 100%;
width: 2px;
opacity: 0.2;
border-left: solid 3px #fd3c3c;
}
// 圆点样式
::v-deep .el-timeline-item__node--normal {
left: 35%;
width: 20px;
height: 20px;
background: url('../../img/radio-red.png') 0 0 /100% 100%;
}




A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:1 个月前 )
c345bb45
1 年前
a07f3a59
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update transition.md
* Update table.md
* Update table.md
* Update transition.md
* Update popover.md 1 年前

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐
所有评论(0)