Browse Source

去除音频图片背景色

jwyu 3 years ago
parent
commit
8ff961e186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages-report/components/audioBox.vue

+ 1 - 1
pages-report/components/audioBox.vue

@@ -272,7 +272,7 @@ export default {
         .bg-img{
             width: 90rpx;
             height: 100%;
-            background-color: #ccc;
+            // background-color: #ccc;
             flex-shrink: 0;
             margin-right: 20rpx;
         }