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开发的创建表单组件,包含表单渲染、表单编辑页面、以及植入自定义附加内容的组件
24 lines (23 loc) • 495 B
CSS
.popup-container {
max-height: 250px;
}
.policy-container .policy-title {
cursor: pointer;
}
.policy-container /deep/ .van-field__error-message {
text-align: right;
}
.policy-container /deep/ .van-cell--required::before {
left: unset;
right: 8px;
}
.policy-container /deep/ .policy {
display: flex;
width: 100%;
justify-content: flex-end;
align-items: center;
}
.policy-container /deep/ .policy .policy-check {
margin-top: 4px;
margin-bottom: 4px;
}