ZZJ
2021-10-20 07958c244e49e561718b97cac6a7168eeb61b5e7
src/pages/settings/components/switchBar.vue
@@ -3,7 +3,7 @@
    <div class="name">{{ barName }}</div>
    <el-switch
      v-model="value"
      active-color="#4e94ff"
      active-color="var(--colorCard)"
      :width="30"
      @change="switchChange"
    >
@@ -30,7 +30,7 @@
  justify-content: space-between;
border-radius: 8px;
  margin-bottom: 10px;
  margin-bottom: 4px;
  .el-switch.is-checked .el-switch__core::after {
    left: 100%;
    margin-left: -12px;