You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
	
	
		
		
			
	
	
		
			
				
					
						
							|  |  |  | <template> | 
					
						
							|  |  |  |   <div class='InformationReleaseManagement'> | 
					
						
							|  |  |  |     <AuditLists class="card" /> | 
					
						
							|  |  |  |     <AuditDetails class="card" /> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  | </template> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script> | 
					
						
							|  |  |  | import AuditDetails from "./Cards/AuditDetails/index.vue" | 
					
						
							|  |  |  | import AuditLists from "./Cards/AuditLists" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export default { | 
					
						
							|  |  |  |   name: 'InformationReleaseManagement', | 
					
						
							|  |  |  |   components: { | 
					
						
							|  |  |  |     AuditLists, | 
					
						
							|  |  |  |     AuditDetails | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <style lang='scss' scoped> | 
					
						
							|  |  |  | .InformationReleaseManagement { | 
					
						
							|  |  |  |   padding: 24px; | 
					
						
							|  |  |  |   display: grid; | 
					
						
							|  |  |  |   gap: 36px; | 
					
						
							|  |  |  |   grid-template-columns: 0.42fr 1fr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   .card { | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  |     width: 100%; | 
					
						
							|  |  |  |     height: 100%; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | </style> |