tav-ui
Version:
35 lines (31 loc) • 603 B
text/less
@import '../var/index.less';
.ta-input-number-range {
display: inline-flex;
border: 1px solid #eaeaea;
width: 100%;
.ant-form-item {
margin-bottom: 0 ;
}
.ant-input:focus {
box-shadow: none;
}
.ant-input-number {
width: calc(100% - 15px);
text-align: center;
border: none;
box-shadow: none;
.ant-input-number-handler-wrap {
display: none ;
}
.ant-input-number-input {
text-align: center;
}
}
&-prefix {
line-height: 32px;
color: rgba(0, 0, 0, 0.25);
}
&.disabled {
background: #f5f5f5;
}
}