返回
			布局
		
		
			
				{{tabNav[index]}}
			
		
		
			
				
					固定尺寸
				
			
			
				
					xs(20%)
					
					sm(40%)
					
					sub(50%)
					lg(60%)
					xl(80%)
				
			
			
				
					比例布局
				
			
			
				
					1
					1
				
				
					1
					2
				
				
					1
					2
					3
				
			
			
				
					水平对齐(justify)
				
			
			
				
					start
					start
				
				
					end
					end
				
				
					center
					center
				
				
					between
					between
				
				
					around
					around
				
			
			
				
					垂直对齐(align)
				
			
			
				
					ColorUi
					start
				
				
					ColorUi
					end
				
				
					ColorUi
					center
				
			
		
		
			
				
					等分列
				
				
			
			
				
					{{indexs+1}}
				
			
			
				
					等高
				
				
			
			
				
					
				
			
		
		
			
				
					浮动
				
			
			
				
					ColorUi fl
					ColorUi fr
				
			
			
				
					内外边距
				
			
			
				{size}的尺寸有xs/sm/df/lg/xl
				
					外边距
					内边距
					.margin-{size}
					.padding-{size}
				
				
					水平方向外边距
					水平方向内边距
					.margin-lr-{size}
					.padding-lr-{size}
				
				
					垂直方向外边距
					垂直方向内边距
					.margin-tb-{size}
					.padding-tb-{size}
				
				
					上外边距
					上内边距
					.margin-top-{size}
					.padding-top-{size}
				
				
					右外边距
					右内边距
					.margin-right-{size}
					.padding-right-{size}
				
				
					下外边距
					下内边距
					margin-bottom-{size}
					.padding-bottom-{size}
				
				
					左外边距
					左内边距
					.margin-left-{size}
					.padding-left-{size}