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开发的创建表单组件,包含表单渲染、表单编辑页面、以及植入自定义附加内容的组件
22 lines • 354 B
text/less
.upload-img {
width: 100%;
}
.img-position {
display: flex;
justify-content: space-around;
text-align: center;
}
.position-btn {
display: flex;
width: 100%;
margin-right: 12px;
align-items: center;
text-align: center;
}
.position-btn.active {
text-decoration: none;
background: #fff;
}
.inner-btn {
flex: 1;
}