From ddb4dda6ed6069253afb8b1e05fe52b56c681f35 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 19 十一月 2021 18:58:38 +0800
Subject: [PATCH] 暂存

---
 src/pages/settings/asset/common.scss |  204 +++++++++++++++++++++++++-------------------------
 1 files changed, 102 insertions(+), 102 deletions(-)

diff --git a/src/pages/settings/asset/common.scss b/src/pages/settings/asset/common.scss
index d9b943a..e8189f0 100644
--- a/src/pages/settings/asset/common.scss
+++ b/src/pages/settings/asset/common.scss
@@ -1,111 +1,111 @@
 .form-item {
-    margin: 0 auto;
-    width: 456px;
-    height: 48px;
-    margin-bottom: 4px;
-    background-color: #F2F2F7;
-    border-radius: 8px;      
+  margin: 0 auto;
+  width: 456px;
+  height: 48px;
+  margin-bottom: 4px;
+  background-color: #f2f2f7;
+  border-radius: 8px;
 
-   ::v-deep .el-form-item__content {
-        display: flex;
-        justify-content: space-between;
-        padding-right: 20px;
-    }
-    
-   .switch-bar {
-        display: flex;
-        margin: 0;
-        padding: 0;
-        justify-content: space-between;
-        align-items: center;
-        width: 100%;
-        
-        ::v-deep .name {
-            font-size: 14px;
-        }
-    }
+  ::v-deep .el-form-item__content {
+    display: flex;
+    justify-content: space-between;
+    padding-right: 20px;
+  }
 
-    .item-title {
-        font-size: 14px;
-        color: #4F4F4F;
-        font-weight: 700;
-    }
+  .switch-bar {
+    display: flex;
+    margin: 0;
+    padding: 0;
+    justify-content: space-between;
+    align-items: center;
+    width: 100%;
 
-     .inputContain, .el-slider {
-        flex:1;
-        margin-left: 32px;
-    }
-
-    .inputContain {
-        display: flex;
-        justify-content: end;
-    }
-
-    .el-input, .ip-input-container {
-        width: 305px ;
-    }
-
-    .el-select {
-        max-width: 305px;
-    }
-
-    .el-radio-group {
-        flex: 1;
-        margin-left: 60px;
-        text-align: left;
-      }
-
-      .el-radio-group ::v-deep .el-radio__label{
-        font-size: 12px;
-        font-weight: 700;
-        color: #4F4F4F;
-      }
-
-    .ip-input-container {
-        border-radius: 20px;
-    }
-
-    
-
-    ::v-deep .el-slider__button {
-        margin-top: -25px !important;
-        border: none !important;
-       &::after {
-        display: block;
-        position: relative;
-        content: "\e75d";
-        color: var(--colorCard);
-        font-family: "iconfont" !important;
-        font-size: 16px;
-        font-style: normal;
-        -webkit-font-smoothing: antialiased;
-        -moz-osx-font-smoothing: grayscale;
-      }
-    }
-
-    .slider-info {
-          margin-left: 5px;
-          font-size: 12px;
-          color: #4F4F4F;
-          font-weight: 700;
-      }
-
-      ::v-deep .el-slider__bar {
-      z-index: 999999999 !important;
-      background-color: var(--colorCard) !important;
+    ::v-deep .name {
+      font-size: 14px;
     }
   }
 
+  .item-title {
+    font-size: 14px;
+    color: #4f4f4f;
+    font-weight: 700;
+  }
+
+  .inputContain,
+  .el-slider {
+    flex: 1;
+    margin-left: 32px;
+  }
+
+  .inputContain {
+    display: flex;
+    justify-content: end;
+  }
+
+  .el-input,
+  .ip-input-container {
+    width: 305px;
+  }
+
+  .el-select {
+    max-width: 305px;
+  }
+
+  .el-radio-group {
+    flex: 1;
+    margin-left: 60px;
+    text-align: left;
+  }
+
+  .el-radio-group ::v-deep .el-radio__label {
+    font-size: 12px;
+    font-weight: 700;
+    color: #4f4f4f;
+  }
+
+  .ip-input-container {
+    border-radius: 20px;
+  }
+
+  ::v-deep .el-slider__button {
+    margin-top: -25px !important;
+    border: none !important;
+    &::after {
+      display: block;
+      position: relative;
+      content: "\e75d";
+      color: var(--colorCard);
+      font-family: "iconfont" !important;
+      font-size: 16px;
+      font-style: normal;
+      -webkit-font-smoothing: antialiased;
+      -moz-osx-font-smoothing: grayscale;
+    }
+  }
+
+  .slider-info {
+    margin-left: 5px;
+    font-size: 12px;
+    color: #4f4f4f;
+    font-weight: 700;
+  }
+
+  ::v-deep .el-slider__bar {
+    z-index: 1;
+    background-color: var(--colorCard) !important;
+  }
+}
+
 .title {
-  color: #4F4F4F;
+  color: #4f4f4f;
   font-size: 16px;
   text-align: center;
 }
 
 .form-data {
-    margin-top: 16px;
-    width: 456px;
-    margin: 0 auto;
+  margin-top: 16px;
+  width: 456px;
+  margin: 0 auto;
 }
 
 .ok {
@@ -123,10 +123,10 @@
 }
 
 .channel {
-    margin-left: 34px;
-    font-size: 12px;
-    font-weight: 700;
-    .channelCount {
-      color: rgb(78, 148, 255);
-    }
-  }
\ No newline at end of file
+  margin-left: 34px;
+  font-size: 12px;
+  font-weight: 700;
+  .channelCount {
+    color: rgb(78, 148, 255);
+  }
+}

--
Gitblit v1.8.0