ZZJ
2021-10-09 fb2bf08ea4c74e09c557c975689176b3e8683e44
src/pages/vindicate/views/updateSettings.vue
@@ -372,16 +372,16 @@
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  border-top:2px solid #E1E0E6 ;
  border-left:2px solid #E1E0E6 ;
  border-top:4px solid rgb(242, 242, 247) ;
  border-left:4px solid rgb(242, 242, 247) ;
  .cluster-center {
    height: 100%;
    width: 300px;
    overflow: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 24px 10px 0 10px;
    border-right: 4px solid #f8f8f8;
    padding: 9px 10px 0 10px;
    border-right: 4px solid rgb(242, 242, 247);
    .menu-item {
      height: 56px;
@@ -697,12 +697,12 @@
      }
    }
    .wifi {
      padding: 10px 0 0 10px;
      padding: 10px 10px 0 10px;
      .bar {
        display: flex;
        align-items: center;
        height: 50px;
        background-color: #f8f8f8;
        background-color: #F2F2F7;
        justify-content: space-between;
        border-radius: 12px;
        margin-bottom: 4px;
@@ -724,9 +724,24 @@
        height: 14px;
        margin-right: 17px;
      }
      .el-switch__core {
        width: 30px !important;
        height: 14px !important;
        &::after {
          top: 0px !important;
          left: 0px !important;
          width: 12px !important;
          height: 12px !important;
        }
      }
      .is-checked .el-switch__core{
       background-color: var(--colorCard)  !important;
       border: 1px solid var(--colorCard) !important;
       &::after {
        margin-left: 16px
       }
      }
    }