点击任务名跳转脚本管理编辑脚本 (#929)

* 增加捷径:点击任务名跳转脚本管理编辑脚本

* 修正树节点选中,父节点自动展开
This commit is contained in:
kilo5hz
2021-11-20 01:06:25 +08:00
committed by whyour
parent 417ae8bbde
commit 5e94be21aa
3 changed files with 64 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
.ant-table-pagination.ant-pagination {
margin-bottom: 0 !important;
}
tr {
td:nth-child(2) {
span {
cursor: pointer;
}
}
}