.el-switch__label.is-active{
  color: #303133;
}
.el-switch.is-disabled{
  opacity: 1!important;
}
.el-switch.is-checked.is-disabled .el-switch__core{
  border-color: #f2f2f2;
    background-color: #f2f2f2;
}