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