ZZJ
2021-10-15 a6f495032e2edd41f3fed538daaa40a3287e5754
src/pages/settings/views/NetSettings.vue
@@ -664,10 +664,11 @@
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 10px;
    padding-top: 6px;
    border-right: 4px solid #f2f2f7;
    border-left: 4px solid #f2f2f7;
    border-top: 4px solid #f2f2f7;
    .menu-item {
      background: #f2f2f7;
      height: 56px;
      margin-bottom: 4px;
      border-radius: 8px;
@@ -678,6 +679,11 @@
      padding: 0 20px;
      display: flex;
      justify-content: space-between;
      &:hover {
        background: #f2f2f7;
      }
      .item-left {
        display: flex;
        align-items: center;
@@ -692,7 +698,7 @@
      }
    }
    .menu-item-active {
      background-color: var(--colorCard);
      background-color: var(--colorCard) !important;
      color: #ffffff;
    }
  }
@@ -703,11 +709,13 @@
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    padding-top: 6px;
    border-top: 4px solid #f2f2f7;
    .title {
      height: 48px;
      font-size: 16px;
      line-height: 48px;
      color: #333333;
      color: #4F4F4F;
      font-weight: bold;    background: #F2F2F7;
    border-radius: 8px;
    margin-bottom: 10px;
@@ -737,7 +745,7 @@
        border: 2px solid #409eff !important;
      }
      .el-select-dropdown__item {
        color: #333333;
        color: #4F4F4F;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
@@ -786,7 +794,7 @@
        width: 100%;
      }
      .el-select .el-input .el-select__caret {
        color: #333333;
        color: #4F4F4F;
        font-size: 14px;
        font-weight: 600;
      }
@@ -803,7 +811,7 @@
      }
      .switch-bar .name {
        font-size: 14px;
        color: #333;
        color: #4F4F4F;
        font-weight: bold;
      }
      .wifi-option {
@@ -819,7 +827,7 @@
        border-radius: 8px;
        .name {
          font-size: 14px;
          color: #333;
          color: #4F4F4F;
          font-weight: bold;
          .icon {
            color: #4e94ff;
@@ -880,7 +888,7 @@
          padding: 14px 20px;
          font-weight: bold;
          font-size: 14px;
          color: #333333;
          color: #4F4F4F;
        }
        .ip-input-container {
          max-width: none !important;
@@ -923,7 +931,6 @@
        line-height: 48px;
      }
      .ad {
        margin-top: 10px;
        height: 32px;
        text-align: center;
        font-size: 17px;
@@ -947,7 +954,7 @@
          font-size: 15px;
          font-weight: bold;
          font-size: 14px;
          color: #333333;
          color: #4F4F4F;
        }
        .right {
          display: flex;