input-box.less 305 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .input-unit{ position: relative; .unit-text{ position: absolute; top: 0; right: 20px; } .ivu-input-number{ width: 100%; } .ivu-input-number-input{ text-align: left; } .ivu-input-number-input:hover{ padding-right:22px; } }