lex il y a 10 mois
Parent
commit
e4f2995c44
2 fichiers modifiés avec 9 ajouts et 1 suppressions
  1. 5 1
      src/views/creation/index-share.vue
  2. 4 0
      src/views/creation/index.vue

+ 5 - 1
src/views/creation/index-share.vue

@@ -93,7 +93,7 @@
       <MEmpty v-else msg="暂无数据" />
     </div>
 
-    <van-popup v-model="loginStatus" style="background: transparent;overflow: inherit ">
+    <van-popup v-model="loginStatus" style="background: transparent; overflow: inherit">
       <LoginModel @close="() => (this.loginStatus = false)" @confirm="onConfirm" />
     </van-popup>
 
@@ -422,6 +422,10 @@ export default {
   font-size: inherit !important;
 }
 
+/deep/ .tcp-skin .vjs-play-progress {
+  background-color: #01c1b5;
+}
+
 /deep/ .video-js .vjs-slider:focus {
   box-shadow: none !important;
   text-shadow: none !important;

+ 4 - 0
src/views/creation/index.vue

@@ -390,6 +390,10 @@ export default {
   font-size: inherit !important;
 }
 
+/deep/ .tcp-skin .vjs-play-progress {
+  background-color: #01c1b5;
+}
+
 /deep/ .video-js .vjs-slider:focus {
   box-shadow: none !important;
   text-shadow: none !important;