mirror of
				https://github.com/veops/cmdb.git
				synced 2025-11-04 13:46:17 +08:00 
			
		
		
		
	
							
								
								
									
										
											BIN
										
									
								
								cmdb-ui/src/assets/cmdb.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								cmdb-ui/src/assets/cmdb.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 2.4 KiB  | 
@@ -1,7 +1,12 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="logo">
 | 
			
		||||
    <router-link :to="{name:'cmdb'}">
 | 
			
		||||
      <h1 v-if="showTitle">{{ title }}</h1>
 | 
			
		||||
      <div style="text-align: center; margin-right: 24px">
 | 
			
		||||
        <div style="display: inline-block;">
 | 
			
		||||
          <img src="@/assets/cmdb.png" width="50px" height="50px" style="margin:0; padding:0" />
 | 
			
		||||
        </div>
 | 
			
		||||
        <h1 v-if="showTitle">{{ title }}</h1>
 | 
			
		||||
      </div>
 | 
			
		||||
    </router-link>
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user