mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-20 16:08:14 +00:00
fix:工作流设置 - 太多的时候显示不全的bug修复
This commit is contained in:
parent
984c68dc09
commit
8024edc1b0
@ -30,9 +30,19 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
.ivu-collapse {
|
.ivu-collapse {
|
||||||
min-width: 700px;
|
min-width: 700px;
|
||||||
|
height: 100%;
|
||||||
|
.ivu-collapse-item{
|
||||||
|
height: 100%;
|
||||||
|
.ivu-collapse-content{
|
||||||
|
height: calc(100% - 38px);
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ivu-collapse-header {
|
.ivu-collapse-header {
|
||||||
@ -115,7 +125,7 @@
|
|||||||
|
|
||||||
.taskflow-config {
|
.taskflow-config {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-height: 800px;
|
max-height: 100%;
|
||||||
|
|
||||||
.taskflow-config-table {
|
.taskflow-config-table {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user