@arco-vue-pro-components/pro-components
Version:
基于@arco-design/web-vue组件的高级组件,包括pro-table
20 lines (19 loc) • 361 B
text/less
@import '../../style/index.less';
@input-number-prefix-cls: ~'@{prefix}-input-number';
.@{input-number-prefix-cls} {
&-container {
position: relative;
.arco-input-number-step {
display: none;
}
}
&-capital {
position: absolute;
font-size: 12px;
line-height: 18px;
background: #fff;
}
&-input {
width: 100%;
}
}