Skip to content

Commit

Permalink
fix: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Dec 15, 2019
1 parent 2c3d432 commit 5181d5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/cascader/nz-cascader.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
[@slideMotion]="dropDownPosition"
(mouseleave)="onTriggerMouseLeave($event)"
>
<ul class="ant-cascader-menu"
[style.width]="input.nativeElement.offsetWidth + 'px'"
[style.height]="dropdownHeightStyle"
*ngIf="shouldShowEmpty; else hasOptionsTemplate">
<ul *ngIf="shouldShowEmpty; else hasOptionsTemplate"
class="ant-cascader-menu"
[style.width]="dropdownWidthStyle"
[style.height]="dropdownHeightStyle">
<li
class="ant-cascader-menu-item ant-cascader-menu-item-expanded ant-cascader-menu-item-disabled">
<nz-embed-empty
Expand Down

0 comments on commit 5181d5e

Please sign in to comment.