jigsaw icon indicating copy to clipboard operation
jigsaw copied to clipboard

j-box 的resizable属性在动态添加子 j-box失效了

Open Mirror2Tina opened this issue 7 years ago • 0 comments

使用*ngIf 动态切换子j-box ,resizable失效 <j-box class="uid-tools-container" [resizable]="true" > <j-box *ngIf="$leftMenus[0].selected" class="uid-border-box"> {{$leftMenus[0].name}} <j-box *ngIf="$leftMenus[1].selected" class="uid-border-box"> {{$leftMenus[1].name}} ...

@hpyou

Mirror2Tina avatar Apr 23 '18 06:04 Mirror2Tina