|  | @@ -18,6 +18,10 @@
 | 
	
		
			
				|  |  |          :single-size="500"
 | 
	
		
			
				|  |  |          @updateFileList="updateFileList"
 | 
	
		
			
				|  |  |        />
 | 
	
		
			
				|  |  | +      <div class="interaction-box" v-if="data.video_list.length > 0">
 | 
	
		
			
				|  |  | +        <video id="interaction-video" :src="data.video_list[0].file_url" width="100%" height="400" controls></video>
 | 
	
		
			
				|  |  | +        <el-button type="primary" size="small">暂停视频上传文件</el-button>
 | 
	
		
			
				|  |  | +      </div>
 | 
	
		
			
				|  |  |      </template>
 | 
	
		
			
				|  |  |    </ModuleBase>
 | 
	
		
			
				|  |  |  </template>
 | 
	
	
		
			
				|  | @@ -111,10 +115,7 @@ export default {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.image-size {
 | 
	
		
			
				|  |  | -  display: flex;
 | 
	
		
			
				|  |  | -  gap: 10px;
 | 
	
		
			
				|  |  | -  align-items: center;
 | 
	
		
			
				|  |  | -  padding: 20px 0;
 | 
	
		
			
				|  |  | +.interaction-box {
 | 
	
		
			
				|  |  | +  padding: 10px 0;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  </style>
 |