mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	优化界面
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
    <!-- 顶部导航 -->
 | 
			
		||||
    <div class="ui menu top-nav blue inverted small borderless" v-cloak="">
 | 
			
		||||
        <a href="/" class="item">
 | 
			
		||||
			<i class="ui icon leaf" v-if="teaLogoFileId == 0"></i><img v-if="teaLogoFileId > 0" :src="'/ui/image/' + teaLogoFileId"/>   {{teaTitle}} <sup v-if="teaShowVersion">v{{teaVersion}}</sup>  
 | 
			
		||||
			<i class="ui icon leaf" v-if="teaLogoFileId == 0"></i><img v-if="teaLogoFileId > 0" :src="'/ui/image/' + teaLogoFileId" style="width: auto;height: 1.6em"/>   {{teaTitle}} <sup v-if="teaShowVersion">v{{teaVersion}}</sup>  
 | 
			
		||||
		</a>
 | 
			
		||||
 | 
			
		||||
        <div class="right menu">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user