黄琪勇 hace 3 semanas
padre
commit
401a686c63

+ 3 - 3
src/page-instrument/view-evaluat-report/component/share-top/index.module.less

@@ -321,7 +321,7 @@
                         height: 12px;
                         margin-top: -4px;
                         box-shadow: initial;
-                        background-color: #269EFE;
+                        background-color: #1CACF1;
                     }
 
                     .plyr__progress__buffer {
@@ -368,8 +368,8 @@
                         background-color: #ffffff;
                     }
                     .plyr__progress__buffer {
-                        color: #fff;
-                        background-color: #fff;
+                        color: rgba(255, 255, 255, 0.5);
+                        background-color: rgba(255, 255, 255, 0.3);
                     }
                 }
                 .plyr__controls__item.plyr__time{

+ 1 - 1
vite.config.ts

@@ -77,7 +77,7 @@ export default defineConfig({
         // target: "https://test.lexiaoya.cn",
         // target: "https://kt.colexiu.com",
         target: "https://test.resource.colexiu.com", // 内容平台开发环境,内容平台开发,需在url链接上加上isCbs=true
-        // target: "https://dev.kt.colexiu.com",
+        //target: "https://test.kt.colexiu.com",
         // target: "https://mec.colexiu.com",
         changeOrigin: true,
         rewrite: (path) => path.replace(/^\/instrument/, ""),