@kne/react-form-antd-mobile
Version:
把@kne/react-form 表单校验逻辑应用到antd-mobile
19 lines (15 loc) • 387 B
CSS
.react-form__popup {
width: 100%; }
.react-form__placeholder {
color: #cccccc; }
.react-form__field-error {
font-size: 12px;
color: #fc3333; }
.react-form .adm-list-item.is-req .adm-list-item-title:before {
color: #fc3333;
content: "*";
font-weight: 700;
margin-right: 4px;
position: absolute;
transform: translateX(-10px); }
/*# sourceMappingURL=index.css.map */