一、需求
通过css改变el-switch大小
二、功能实现
.el-switch__core {
width: 30px !important;
height: 16px;
}
.el-switch__core::after {
width: 14px;
height: 14px;
margin-top: -1px;
}
.el-switch.is-checked .el-switch__core::after{
margin-left: -15px;
}
原效果:
修改后效果:
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。