WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-03-14 9cda914242234dd0673a31c6f5dc7a90aa4ad1f1
forms/numberStep/cNumberStep.scss
@@ -20,13 +20,20 @@
    }
    .c-number-step-step {
        .at-input-number {
            .weui-input {
                display: inline-block;
            }
            .at-input-number__btn {
                padding: 16px 16px;
                width: 30px;
                width: 36px;
                height: 30px;
            }
            .at-input-number__input {
                font-size: 30px;
                font-size: 36px;
            }
            .at-input-number__btn-subtract,
            .at-input-number__btn-add {
                font-size: 36px;
            }
        }
        &.on-unit {
@@ -41,5 +48,12 @@
                color: #999;
            }
        }
        &.not-dirty {
            .at-input-number {
                input {
                    color: transparent;
                }
            }
        }
    }
}