@import '../../../style/variables.less';
@cnName: ~"@{prefix}-number-field";

.@{cnName} {
    .ant-input-number {
        width: 100%;
    }
}