Browse Source

Merge branch 'xqc_fix'

jwyu 2 years ago
parent
commit
07af65ff17
2 changed files with 4 additions and 2 deletions
  1. 1 1
      pages-report/components/audioBox.vue
  2. 3 1
      pages-report/specialColumn/detail.vue

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

@@ -225,7 +225,7 @@ export default {
 
         //关闭弹窗
         handleClosePopAudio(){
-            this.$store.commit('closePopAudio')
+            this.globalBgMusic.stop()
         },
 
         //点击展开

+ 3 - 1
pages-report/specialColumn/detail.vue

@@ -319,7 +319,9 @@ page{
 
     .report-list-wrap{
         .item{
-            margin-bottom: 40rpx;
+            margin-bottom: 30rpx;
+            padding-bottom: 30rpx;
+            border-bottom: 1px solid #EDEDED;
             .img{
                 width: 118rpx;
                 height: 118rpx;