提交 4ebf7066 编写于 作者: neko's avatar neko

表单项布局样式优化

上级 6d3ff6d3
......@@ -22,6 +22,7 @@
}
.app-form-group.app-group-collapse-contant {
.ivu-card-body {
display: none;
}
......@@ -29,10 +30,12 @@
.app-group-flex {
height: 100%;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
>.ivu-card-body {
height: calc(100% - 51px);
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}
}
\ No newline at end of file
.app-form-item-wrapper {
height: 100%;
}
.app-form-item {
height: 100%;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册