From f15fb880a1f949c4ae50a8658dff217a3ccce892 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期四, 30 九月 2021 18:33:34 +0800
Subject: [PATCH] 系统设置/维护v1.2

---
 src/pages/settings/views/generalSettings.vue |   33 ++++++++++++++++++++++++---------
 1 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/src/pages/settings/views/generalSettings.vue b/src/pages/settings/views/generalSettings.vue
index 7c3759a..fa4e6d4 100644
--- a/src/pages/settings/views/generalSettings.vue
+++ b/src/pages/settings/views/generalSettings.vue
@@ -156,9 +156,11 @@
                     style="cursor: pointer"
                     >{{ playSpan }}</span
                   >
-                  <span class="iconfont" v-else style="cursor: pointer">{{
+                  <!-- <span class="iconfont" v-else style="cursor: pointer">{{
                     playSpan2
-                  }}</span>
+                  }}</span> -->
+
+                  <img v-else src="/images/settings/鏆傚仠.png" alt="" style="width:16px;hight:16px;cursor: pointer;margin-top:15px;">
                   <!-- 
                   <i
                     v-if="!item.isPlay"
@@ -210,6 +212,7 @@
             <div
             v-for="(item,index) in colorList"
             :key="index"   
+            style="border:none;"
             >
             <div class="color-option"
             v-if="universalColor != index"
@@ -299,9 +302,9 @@
 export default {
   data() {
     return {
-      playSpan: "\ue6e8",
-      playSpan2: "\ue6e8",
-      delspan: "\ue6e8",
+      playSpan: "\ue75e",
+      playSpan2: "\ue75f",
+      delspan: "\ue715",
       warnSpn: "\ue71c",
       curPlayingIndex: null,
       showUpload: false,
@@ -314,9 +317,9 @@
       },
       menuArr: [
         // { name: "璁惧淇℃伅", icon: "\ue933" ,size:18},
-        { name: "浜嬩欢褰曞儚鏃堕暱", icon: "\ue6f3", size: 20 },
-        { name: "浜嬩欢澹伴煶", icon: "\ue6e1", size: 16 },
-        { name: "涓�у寲璁剧疆", icon: "\ue756", size: 18 },
+        { name: "浜嬩欢褰曞儚鏃堕暱", icon: "\ue74f", size: 20 },
+        { name: "浜嬩欢澹伴煶", icon: "\ueb5e", size: 16 },
+        { name: "涓�у寲璁剧疆", icon: "\ue750", size: 18 },
       ],
       soundList: [],
       activePage: 0,
@@ -1066,7 +1069,19 @@
 .videoTime .el-slider__button {
   margin-top: -25px !important;
   border: none !important;
-  background-image: url(/images/gengeralSettings/鍒诲害鏍�.png);
+  
+}
+
+.videoTime .el-slider__button::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;
 }
 
 .videoTime .el-tooltip {

--
Gitblit v1.8.0