ZZJ
2022-06-28 2cb264ec2b7c7dd9798d1821927104fad35bd063
src/pages/settings/views/NetSettings.vue
@@ -720,11 +720,11 @@
  width: 100%;
}
.wire {
  width: 456px;
  //  width: 456px;
  margin: 0 auto;
}
.wire-detail {
  width: 456px;
  //  width: 456px;
  margin: 0 auto;
  .title {
    font-size: 16px;
@@ -762,7 +762,7 @@
  }
}
.net-set {
  max-width: 456px;
  // max-width: 456px;
  margin: 0 auto;
  .title {
    font-size: 16px;
@@ -938,7 +938,7 @@
      max-width: none !important;
    }
    .wifi-set {
      max-width: 456px;
      //   max-width: 456px;
      margin: 0 auto;
      .switch-bar {
        background: #f2f2f7;
@@ -989,7 +989,7 @@
      }
    }
    .wifi-detail {
      max-width: 454px;
      //  max-width: 454px;
      margin: 0 auto;
      transition: all 0.3s linear 0s;
      .general-box {
@@ -1001,10 +1001,15 @@
        margin-bottom: 20px;
        &.fold {
          height: 342px;
          .in-title {
            display: flex;
            justify-content: space-between;
          }
          .icon-fold {
            display: inline-block;
            font-size: 14px;
            margin-left: 360px;
            transition: all 0.3s linear 0s;
            cursor: pointer;
          }