Fix renderer view scroll & optmi behavior list padding style
This commit is contained in:
		
							parent
							
								
									0e1a070390
								
							
						
					
					
						commit
						3351769106
					
				@ -94,8 +94,8 @@ div.behavior-list {
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            div.behavior-content-view {
 | 
					            div.behavior-content-view {
 | 
				
			||||||
                width: calc( 100% - 50px );
 | 
					                width: calc( 100% - 55px );
 | 
				
			||||||
                padding-right: 5px;
 | 
					                padding-right: 10px;
 | 
				
			||||||
                max-width: 125px;
 | 
					                max-width: 125px;
 | 
				
			||||||
                height: $behavior-item-height;
 | 
					                height: $behavior-item-height;
 | 
				
			||||||
                display: flex;
 | 
					                display: flex;
 | 
				
			||||||
 | 
				
			|||||||
@ -119,6 +119,10 @@ div.app-container {
 | 
				
			|||||||
		flex-shrink: 1;
 | 
							flex-shrink: 1;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						div.app-panel.hide-scrollbar {
 | 
				
			||||||
 | 
							overflow: hidden;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	div.app-panel.hide-scrollbar::-webkit-scrollbar {
 | 
						div.app-panel.hide-scrollbar::-webkit-scrollbar {
 | 
				
			||||||
		width : 0;  /*高宽分别对应横竖滚动条的尺寸*/
 | 
							width : 0;  /*高宽分别对应横竖滚动条的尺寸*/
 | 
				
			||||||
		height: 0;
 | 
							height: 0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user