mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	优化界面
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
		</a>
 | 
			
		||||
 | 
			
		||||
        <div class="right menu">
 | 
			
		||||
			<a href="" class="item" v-if="globalChangedClusters.length > 0" @click.prevent="syncClustersConfigs()"><i class="icon refresh"></i>{{globalChangedClusters.length}}个集群服务已变更,点此同步</a>
 | 
			
		||||
			<a href="" class="item" v-if="globalChangedClusters.length > 0" @click.prevent="syncClustersConfigs()"><span class="blink"><i class="icon refresh"></i></span>{{globalChangedClusters.length}}个集群服务变更</a>
 | 
			
		||||
			<a href="/messages" class="item" :class="{active:teaMenu == 'message'}"><span :class="{'blink':globalMessageBadge > 0}"><i class="icon bell"></i>消息({{globalMessageBadge}}) </span></a>
 | 
			
		||||
			<a href="/settings/profile" class="item"  :class="{active: teaMenu == 'settings'}">
 | 
			
		||||
				<i class="icon user" v-if="teaUserAvatar.length == 0"></i>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user