ZZJ
2021-11-19 ddb4dda6ed6069253afb8b1e05fe52b56c681f35
src/pages/settings/asset/common.scss
@@ -3,7 +3,7 @@
    width: 456px;
    height: 48px;
    margin-bottom: 4px;
    background-color: #F2F2F7;
  background-color: #f2f2f7;
    border-radius: 8px;      
   ::v-deep .el-form-item__content {
@@ -27,11 +27,12 @@
    .item-title {
        font-size: 14px;
        color: #4F4F4F;
    color: #4f4f4f;
        font-weight: 700;
    }
     .inputContain, .el-slider {
  .inputContain,
  .el-slider {
        flex:1;
        margin-left: 32px;
    }
@@ -41,7 +42,8 @@
        justify-content: end;
    }
    .el-input, .ip-input-container {
  .el-input,
  .ip-input-container {
        width: 305px ;
    }
@@ -58,14 +60,12 @@
      .el-radio-group ::v-deep .el-radio__label{
        font-size: 12px;
        font-weight: 700;
        color: #4F4F4F;
    color: #4f4f4f;
      }
    .ip-input-container {
        border-radius: 20px;
    }
    ::v-deep .el-slider__button {
        margin-top: -25px !important;
@@ -86,18 +86,18 @@
    .slider-info {
          margin-left: 5px;
          font-size: 12px;
          color: #4F4F4F;
    color: #4f4f4f;
          font-weight: 700;
      }
      ::v-deep .el-slider__bar {
      z-index: 999999999 !important;
    z-index: 1;
      background-color: var(--colorCard) !important;
    }
  }
.title {
  color: #4F4F4F;
  color: #4f4f4f;
  font-size: 16px;
  text-align: center;
}