natasha 1 anno fa
parent
commit
a6a957678d
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      src/views/bookShelf/videoDetail.vue

+ 1 - 4
src/views/bookShelf/videoDetail.vue

@@ -141,11 +141,8 @@ export default {
           id: 'chat' + this.danmuID++, //弹幕id,需唯一
           txt: value, // 弹幕文字内容
           style: { // 弹幕自定义样式
-            color: '#f6f6f6',
-            fontSize: '20px',
-            borderRadius: '50px',
+            color: '#AFAFAF',
             padding: '5px 11px',
-            backgroundColor: 'rgba(255, 255, 255, 0.1)',
           },
         })
     },