app-mob-input.less 309 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 .app-mob-input { display: flex; width : 100%; .app-mob-input__unit { display : flex; justify-content: center; align-items : center; padding-right : 6px; margin-left : 6px; } .form-value-content { --padding-end: 5px !important; text-align : right; } }