WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-08 7c405e4a51bafd0a204764b7d083f8909bd6edc1
调整输入框、下拉框右侧提示符位置
3 files modified
5 ■■■■ changed files
forms/datePicker/cDatePicker.scss 1 ●●●● patch | view | raw | blame | history
forms/input/cInput.scss 3 ●●●● patch | view | raw | blame | history
forms/select/cSelect.scss 1 ●●●● patch | view | raw | blame | history
forms/datePicker/cDatePicker.scss
@@ -12,6 +12,7 @@
        }
    }
    .at-input__children {
        padding-right: 20px;
        &::after {
            display: none;
        }
forms/input/cInput.scss
@@ -14,8 +14,9 @@
            display: none;
        }
        .c-input-unit-text {
            padding-right: 30rpx;
            padding-right: 20px;
            color: #ccc;
            font-size: 32px;
        }
    }
}
forms/select/cSelect.scss
@@ -12,6 +12,7 @@
        }
    }
    .at-input__children {
        padding-right: 20px;
        &::after {
            display: none;
        }