UI: Fixed not correct work vertical resize in knob widget
This commit is contained in:
		
							parent
							
								
									9afdd97363
								
							
						
					
					
						commit
						9c3febf664
					
				@ -15,8 +15,8 @@
 | 
			
		||||
    limitations under the License.
 | 
			
		||||
 | 
			
		||||
-->
 | 
			
		||||
<div class="tb-knob" fxLayout="column" [ngStyle]="{'pointerEvents': ctx.isEdit ? 'none' : 'all'}">
 | 
			
		||||
  <div #knobContainer id="knob-container" fxFlex fxLayout="column" fxLayoutAlign="center center">
 | 
			
		||||
<div #knobContainer class="tb-knob" fxLayout="column" [ngStyle]="{'pointerEvents': ctx.isEdit ? 'none' : 'all'}">
 | 
			
		||||
  <div fxFlex fxLayout="column" fxLayoutAlign="center center">
 | 
			
		||||
    <div #knob class="knob">
 | 
			
		||||
      <div #knobValueContainer class="value-container" fxLayout="row" fxLayoutAlign="center center">
 | 
			
		||||
        <span #knobValue class="knob-value">{{ value }}</span>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user