common/custom.scss | ●●●●● patch | view | raw | blame | history | |
forms/checkbox/cCheckBox.scss | ●●●●● patch | view | raw | blame | history | |
forms/form/CForm.vue | ●●●●● patch | view | raw | blame | history |
common/custom.scss
@@ -249,6 +249,18 @@ overflow-y: scroll; } } .at-steps { .at-steps__single-icon { width: 56px; height: 56px; } .at-steps__right-line { left: 80%; } .at-steps__left-line { right: 80%; } } } .taro__toast { forms/checkbox/cCheckBox.scss
@@ -43,6 +43,9 @@ border-color: #c9c9c9; } } .at-checkbox__title { max-width: calc(100% - 80px); } } } .at-input__icon { forms/form/CForm.vue
@@ -95,6 +95,9 @@ $submit() { this.handleSubmit(); }, $preVerify(keys, callback) { this.preCheckValidators(keys, callback); }, }, mounted() { // 当表单项变化时