he wei
2023-12-23 fc842d9e22aef1946df050257be41b4bfbd838a9
src/views/devManager/switch.vue
@@ -371,7 +371,7 @@
      padding: 0 6px;
      border: 0 none;
      /deep/ span {
      :deep(span) {
        display: flex;
        color: inherit;
        justify-content: space-between;
@@ -435,7 +435,7 @@
    flex: 1;
    margin-top: 4px;
    /deep/ .content {
    :deep(.content) {
      background: #011f39;
    }
@@ -472,7 +472,7 @@
    }
  }
  /deep/ .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  :deep(.el-checkbox__input.is-disabled.is-checked) .el-checkbox__inner {
    background-color: #2155ff;
  }
}