styles.less
308 Bytes
@import '~@qx/ui/src/style/variable.less';
@prefix: ~'qx-datasource-select';
.@{prefix} {
width: 100%;
&__dropdown-bottom {
width: 100% !important;
height: 50px !important;
text-align: left !important;
background-color: #fff !important;
border-top: 1px solid @N4 !important;
}
}