修复新建任务视图交互

This commit is contained in:
whyour
2022-09-06 00:40:06 +08:00
parent daf6f94c51
commit f7b6237355
2 changed files with 16 additions and 9 deletions
+8
View File
@@ -161,6 +161,14 @@
}
}
.view-create-modal-sorts {
display: flex;
.ant-space-item:nth-child(2) {
flex: 1;
}
}
tr.drop-over-downward td {
border-bottom: 2px dashed #1890ff;
}