mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	fix(projects): add maxWidth for GlobalTab to fix bg with gap. fixed #350
This commit is contained in:
		@@ -184,7 +184,7 @@ init();
 | 
			
		||||
            <template #prefix>
 | 
			
		||||
              <SvgIcon :icon="tab.icon" :local-icon="tab.localIcon" class="inline-block align-text-bottom text-16px" />
 | 
			
		||||
            </template>
 | 
			
		||||
            <span>{{ tab.label }}</span>
 | 
			
		||||
            <div class="max-w-240px ellipsis-text">{{ tab.label }}</div>
 | 
			
		||||
          </PageTab>
 | 
			
		||||
        </div>
 | 
			
		||||
      </BetterScroll>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user