Browse Source

chore: workflow task min Height

master
wangxiang 2 years ago
parent
commit
3d71eb2385
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 6
      src/views/workflow/task/TaskForm.vue
  2. 6
      src/views/workflow/task/TaskFormView.vue

6
src/views/workflow/task/TaskForm.vue

@ -698,4 +698,10 @@
} }
} }
} }
:deep(.ant-tabs) {
.ant-tabs-content {
min-height: 200px;
}
}
</style> </style>

6
src/views/workflow/task/TaskFormView.vue

@ -236,4 +236,10 @@
} }
} }
:deep(.ant-tabs) {
.ant-tabs-content {
min-height: 300px;
}
}
</style> </style>

Loading…
Cancel
Save