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