ng-ytl-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
24 lines (21 loc) • 414 B
text/less
@import './index.less';
nz-select .@{select-prefix-cls} {
width: 100%;
}
.@{select-prefix-cls}-dropdown {
top: 100%;
left: 0;
position: relative;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
&.@{select-prefix-cls}-dropdown-placement-topLeft {
top: -100%;
transform: translateY(-100%) ;
}
&-menu {
&-item {
line-height: 1.5;
}
}
}