element改样式
- el-table
// 表格左右无空白
.el-table .cell {
padding-left: 0px;
padding-right: 0px;
}
// 表格的行高
.el-table tr {
height: 49px;
}
// 表格滑过的效果改变,将颜色改为白色,掩盖了效果,不可将颜色改为none
.el-table--enable-row-hover .el-table__body tr:hover>td {
background-color: #ffffff;
}
- el-input框
//input框的高度及行高
.el-input--medium .el-input__inner {
height: 23px;
line-height: 23px;
}
.el-input--mini .el-input__inner {
height: 23px;
line-height: 23px;
}
- el-select框
// 宽度
.el-select .el-input__inner {
width: 100px;
}
文章图片
- el-color-picker颜色选择器
// 控制其宽高
.el-color-picker--mini .el-color-picker__trigger {
width: 39px;
height: 28px;
}
文章图片
- el-checkbox
// 颜色选择器的颜色
.el-checkbox__input.is-checked .el-checkbox__inner {
background-color: #409EFF;
border-color: #409EFF;
}
// 被选中项文字颜色
.el-checkbox__input.is-checked+.el-checkbox__label {
color: #6b6767;
}
【element改样式】
文章图片
- el-collapse-item 折叠面板
.el-collapse {
border-top: none!important;
border-bottom: none!important;
}
.el-collapse-item__header {
border-bottom: none!important;
}
.el-collapse-item__wrap {
border-bottom: none!important;
}
// 控制折叠面板箭头的位置
.el-collapse-item__arrow {
margin: 0 8px 0!important;
}
推荐阅读
- 2018-02-06第三天|2018-02-06第三天 不能再了,反思到位就差改变
- 基于|基于 antd 风格的 element-table + pagination 的二次封装
- 改变自己,先从自我反思开始
- 越努力越幸福
- 【#2-戴栋】区块链可以提升哪些商业上的效率改进
- #微习惯可以改变你#第2周复盘
- 2018-06-13金句系列7(金句结构-改编古现代诗词)
- 如何启动改变
- 改变没有对错
- 魔童哪吒逆天改命,给我们留下2点启示