switch.scss 128 字节
.el-switch.is-checked .el-switch__core {
    border-color: var(--app-color-blue);
    background-color: var(--app-color-blue);
}