UNPKG

ken-form-design

Version:

基于vue、ant-design-vue的表单设计器,可视化开发表单

16 lines (14 loc) 280 B
export const dialogStyle = { position: "absolute", right: "150px", left: "150px", minWidth: "700px", width: "auto", top: "56px", bottom: "30px", minHeight: "500px" }; export const bodyStyle = { height: "calc(100% - 108px)", overflow: "auto" };