ZZJ
2021-10-19 4300eb5bb013a0bbb970c46c8414f647b6d511c0
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;