hot-form
Version:
A project developed based on ant-design-vue and vant whitch do some things on create/render/modify and etc. for forms. Also can custom some component on the form items if you want. 一个基于antdv/vant开发的创建表单组件,包含表单渲染、表单编辑页面、以及植入自定义附加内容的组件
29 lines (28 loc) • 544 B
text/less
.popup-container {
max-height: 250px;
}
.policy-container {
.policy-title {
cursor: pointer;
}
// 错误提示位置移动
/deep/ .van-field__error-message {
text-align: right;
}
// 必填符号位置移动
/deep/ .van-cell--required::before {
display: none;
left: unset;
right: 8px;
}
/deep/ .policy {
display: flex;
width: 100%;
justify-content: flex-end;
align-items: center;
.policy-check {
margin-top: 4px;
margin-bottom: 4px;
}
}
}